matrix-react-sdk
Version:
SDK for matrix.org using React
7 lines (6 loc) • 520 B
TypeScript
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;