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.
1 parent 080dfce commit a9fd296Copy full SHA for a9fd296
bundles/form/views/field/date/view.riot
@@ -21,6 +21,7 @@
21
getValue(props) {
22
// check value
23
if (!props.value) return '';
24
+ if (!props.value.start) return '';
25
26
// get date
27
const check = new Date(props.value);
0 commit comments