UNPKG

ngx-bootstrap

Version:
4 lines (3 loc) 241 B
import { DateInput } from '../testing/chain'; export declare function parseDate(input: DateInput, format?: string | string[], localeKey?: string, strict?: boolean, isUTC?: boolean): Date; export declare function utcAsLocal(date: any): Date;