You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/js/components/DatePicker.vue
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@
132
132
wrap:true,
133
133
altInput:true,
134
134
altFormat:self.altFormatComputed,
135
-
dateFormat:self.enableTime?'Z':'Y-m-d', // This is the universal format that will be parsed by the back-end.
135
+
dateFormat:(self.enableTime&&self.noCalendar) ?'H:i:S': (self.enableTime?'Z':'Y-m-d'), // This is the universal format that will be parsed by the back-end.
0 commit comments