This commit is contained in:
@@ -70,6 +70,11 @@
|
||||
required
|
||||
></v-checkbox>
|
||||
</v-flex>
|
||||
|
||||
<v-flex xs12 sm6 lg4 xl3 px-2>
|
||||
<div>{{obj.startDate}}</div>
|
||||
<gz-date-time-picker label="TESTBOTHPICKERS" v-model="obj.startDate"></gz-date-time-picker>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
<v-layout align-center justify-space-around row wrap mt-5>
|
||||
<v-flex xs1>
|
||||
@@ -99,8 +104,7 @@ export default {
|
||||
components: {},
|
||||
data() {
|
||||
return {
|
||||
obj: {
|
||||
},
|
||||
obj: {},
|
||||
lc: locale
|
||||
};
|
||||
},
|
||||
@@ -110,11 +114,9 @@ export default {
|
||||
// // if (!value) return "";
|
||||
// // var dj = dayjs(value);
|
||||
// // return dj.format("YYYY-MM-DD hh:mm:ss A");
|
||||
|
||||
// return this.obj.startDate
|
||||
// ? dayjs(this.obj.startDate).format("YYYY-MM-DD hh:mm:ss A")
|
||||
// : "";
|
||||
|
||||
// //return this.obj.startDate ? moment(this.date).format("dddd, MMMM Do YYYY") : "";
|
||||
// }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user