Replies: 1 comment 1 reply
-
Please try to reproduce this on stackblitz. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've some problem inserting the data in a datetimepicker.
In my JS i have this code:
pick1.dates.setValue(new tempusDominus.DateTime((pick1.dates.parseInput(startTime))));
startTime variable is : "2022-06-01T15:43:00.000Z".
When i throw this function the error that eccours is the following:
Error: TD: Could not correctly parse "[object HTMLInputElement]" to a date for input.
Beta Was this translation helpful? Give feedback.
All reactions