ngx-bootstrap
Version:
Native Angular Bootstrap Components
6 lines (5 loc) • 399 B
TypeScript
import './units/index';
import { Locale } from './locale/locale.class';
export declare function formatDate(date: Date, format: string, locale?: string, isUTC?: boolean, offset?: number): string;
export declare function formatMoment(date: Date, _format: string, locale: Locale, isUTC?: boolean, offset?: number): string;
export declare function expandFormat(_format: string, locale: Locale): string;