UNPKG

frc-ui

Version:

React Web UI

7 lines (6 loc) 420 B
export declare const localFormat = "YYYY-MM-DD HH:mm:ss"; export declare const localDateFormat = "YYYY-MM-DD"; export declare const getLocalStorageItem: (key: string, defaultValue: any) => any; export declare const setLocalStorageItem: (key: string, val: string) => void; export declare const showDateOrTime: (dateTime: string | number) => string; export declare const localToUtc: (dateTime: string | number) => string;