UNPKG

matrix-react-sdk

Version:
7 lines (6 loc) 520 B
export declare function formatDate(date: Date, showTwelveHour?: boolean): string; export declare function formatFullDateNoTime(date: Date): string; export declare function formatFullDate(date: Date, showTwelveHour?: boolean, showSeconds?: boolean): string; export declare function formatFullTime(date: Date, showTwelveHour?: boolean): string; export declare function formatTime(date: Date, showTwelveHour?: boolean): string; export declare function wantsDateSeparator(prevEventDate: Date, nextEventDate: Date): boolean;