This commit is contained in:
2019-03-06 16:54:08 +00:00
parent a60f46335f
commit 66e9e99c71
5 changed files with 169 additions and 31 deletions

View File

@@ -50,12 +50,13 @@
</v-flex>
<v-flex xs12 sm6 lg4 xl3 px-2>
{{ obj.startDate }}
{{ lc.timeZoneOffset }}
<gz-date-time-picker
label="Start"
:dayjs="this.dayjsLib"
:locale="this.lc"
v-model="obj.startDate"
></gz-date-time-picker>
</v-flex>