question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

format `date-time` (with actual time part) not working

See original GitHub issue

Hi, 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Flayshoncommented, Apr 7, 2020

It seems to be working for me now! Thanks!

1reaction
albanmcommented, Apr 5, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found