UNPKG

@blockly/field-date

Version:

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

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