UNPKG

app-datepicker

Version:

Google Material Design based date picker built with lit

4 lines (3 loc) 97 B
export function toDateString(date) { return date.toISOString().replace(/^(.+)T.+/i, '$1'); }