UNPKG

phx-react

Version:

PHX REACT

3 lines (2 loc) 179 B
export type DateTimeFormatType = 'dd/mm/yyyy' | 'hh:mm' | 'dd/mm/yyyy hh:mm'; export declare function PHXFormatDateTime(isoDateString: string, type?: DateTimeFormatType): string;