UNPKG

@blockly/field-date

Version:
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