-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DateTime field not working? #215
Comments
This is what the datetime output looks like for me in devtools: <div class="form-group field-dateTime">
<label>
DT
<!---->
</label>
<div class="field-wrap">
<field-datetime model="[object Object]" schema="[object Object]"></field-datetime>
<!---->
</div>
<!---->
<!---->
</div> |
Made some updates to the fiddle, but didn't fix anything:
|
Also tried |
It's working, but not correct. https://jsfiddle.net/tma9f3rr/10/ Plus have to load bootstrap css files too: |
thank you,icebob.i will update once you fixed it. 👍👍👍 |
It also works if you put dt: Date.today |
The |
Hello I am using you jsfiddle and it's work for date formate YYYY-MM-DD but while I am adding HH:mm:ss like dateTimePickerOptions: { format: "YYYY-MM-DD HH:mm:ss" } then calendar is not working why ? can you please help to solve calendar issue with time also . I am using vue bootstrap and VFG |
https://jsfiddle.net/h2qb542f/
please give some help for datepicker.thanks in advance for you help.
The text was updated successfully, but these errors were encountered: