This commit is contained in:
2026-02-18 20:12:52 +02:00
parent 26a26ce032
commit f35b536b72
2 changed files with 2 additions and 2 deletions
@@ -21,7 +21,7 @@ export class IntervalPicker {
style : 'normal',
disabled : false,
dateFormat : 'dd.mm.yyyy',
valueFormat : 'yyyy-mm-dd',
valueFormat : 'yyyy/mm/dd',
valSeparator: '-',
dateSeparator: ' - '
}, ... opts };
+1 -1
View File
@@ -32,7 +32,7 @@ export class TwoDatePicker {
navDisabled : false,
anim : true,
dateFormat : 'dd.mm.yyyy',
valueFormat : 'yyyy-mm-dd',
valueFormat : 'yyyy/mm/dd',
valSeparator: '-',
dateSeparator: '-',
locales : 'ro-RO',