We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hy
1 parent 3b24730 commit 9b49671Copy full SHA for 9b49671
src/routes/DatePicker.svelte
@@ -19,7 +19,7 @@
19
{ key: 'de (date-fns)', value: localeFromDateFnsLocale(de) },
20
{ key: 'hy (date-fns)', value: localeFromDateFnsLocale(hy) },
21
]
22
- let locale = locales[0]
+ let locale = locales[3]
23
let browseWithoutSelecting: boolean
24
let timePrecision: 'minute' | 'second' | 'millisecond' | null = 'millisecond'
25
</script>
0 commit comments