You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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)?
All reactions