Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
In a form, I have a field 'time' as type.
Trying to populate it with the current_time just doesn't work.
I tried in several "flavors", as format('HH24:MI', current_time); current_time; now; get_currenttime(), but nothing did work.
Using format('HH24:MI', current_time) didn't deliver anything, so the placeholder text is shown, using "current_time" populates the field with 00:00, which isn't of much help either.
So how can a field 'time' as type be populated (like the date field using current_date)?
Beta Was this translation helpful? Give feedback.
All reactions