vue3-photo-preview
Version:
6 lines (5 loc) • 393 B
TypeScript
export declare function dateFormat(fmt: string, date: Date | number | string): string;
export declare function formatDate(date: Date | number | string): string;
export declare function formatMonth(date: Date | number | string): string;
export declare function formatDatetime(date: Date | number | string): string;
export declare function formatTime(date: Date | number | string): string;