lite-date
Version:
date time formatting package
11 lines (10 loc) • 480 B
TypeScript
export declare function formatDate(date: any, format: any): any;
export declare function now(): string;
export declare function timestamp(): number;
export declare function month(): string;
export declare function tzoffset(): string;
export declare function timezone(): string;
export declare function day(): any;
export declare function utc(): string;
export declare function addDays(date: any, days: any): Date;
export declare function subtractDays(date: any, days: any): Date;