UNPKG

ngx-bootstrap

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