format `date-time` (with actual time part) not working
See original GitHub issueHi, this project is looking quite interesting!
Playing around with it, I noticed that the date-time
format for strings is not really working right now, because the v-date-picker
only manipulates the date portion of the value.
I prepared a fix that uses the darrenfang/vuetify-datetime-picker. It is probably still lacking some features, but may be a start for date-time support:
https://github.com/x1B/vuetify-jsonschema-form/commit/1408dee4d90d613f7706a1a858e2a3793e6de561
Feel free to pick these changes, or let me know if I should open a PR. Best, Michael
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Demystifying DateTime Manipulation in JavaScript - Toptal
This problem of managing two different versions of the time, relative to the user and ... You can then format it to extract...
Read more >How to show current time in JavaScript in the format HH:MM:SS?
You can use native function Date.toLocaleTimeString() : var d = new Date(); var n = d.toLocaleTimeString();. This will display e.g.: "11:33:01".
Read more >Now, Today, IsToday, UTCNow, and UTCToday functions in ...
The IsToday function tests whether a date/time value is between midnight today and midnight tomorrow. This function returns a Boolean (true or ...
Read more >DateTime - Robot Framework
A library for handling date and time values. DateTime is a Robot Framework standard library that supports creating and converting date and ...
Read more >All Power Apps Date & Time Functions (With Examples)
This list has all of the Power Apps date & time functions and shows examples of how to deal with date formats, date...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems to be working for me now! Thanks!
You are right: not normal for a date field without time and not normal to have multiple days offset.
I will look into this and thanks for the detailed feedback.