Does field data type matter when using datetimepicker? #1748
Unanswered
ChimpGamer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pretty much what the title says. I'm trying to get the date time picker working but for some reason it just won't work and my guess is that is because of the data type the field is using. Normally sometime like datetime or timestamp would be used right? But I'm working with milliseconds in a field. I'm formatting the milliseconds to a readable date time using carbon but that won't help the date time picker I guess. Anything I can do to work around this?
Beta Was this translation helpful? Give feedback.
All reactions