Replies: 1 comment 1 reply
-
You can use an input of type datetime-local. In SQLite, if your timestamp is stored as a number, you can format it as a datetime using strftime. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
The db field is defined as TIMESTAMP. But how do I get Date AND Time in a form? I can make fields either date or time -- do I need two fields and CONCAT these? Even in the "flight booking" example it's only a date -- having no time for departure won't work well, right?
Beta Was this translation helpful? Give feedback.
All reactions