Skip to content
Snippets Groups Projects
Commit 7669923a authored by JunGu Kang's avatar JunGu Kang
Browse files

#37 Fix Datetime Field Bug

parent db78de4f
No related branches found
No related tags found
2 merge requests!37Deploy,!33#37 Fix Datetime Field Bug
Pipeline #4362 passed
......@@ -78,9 +78,11 @@ export default {
},
created() {
if (this.datetime) {
const m = moment(this.datetime);
this.date = m.format('YYYY-MM-DD');
this.time = m.format('HH:mm');
}
},
};
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment