UNPKG

field-datetime-new

Version:

A Blockly date picker field that uses the browser's date picker.

8 lines 303 B
/** * Get the string formatted locally to the user. * * @param dateString A string in the format 'yyyy-mm-dd' or 'yyyy-mm-ddTHH:MM:SS' * @returns the locale date string for the date. */ export declare function getLocaleDateTimeString(dateString: string): string; //# sourceMappingURL=utils.d.ts.map