Forum Discussion
- AustinKQrew CommanderAdd that field as a date field and then use API_SetFieldProperties with the display_time tag in there. I'm sure you will need more than just that but I will link you to the help documentation.
"display_time: Specifies whether the field shows date only in Quick Base UI or both date and time. This option turns a date field into a date-time field."
https://help.quickbase.com/api-guide/setfieldproperties.html- StepanGurovQrew CadetWell, since for date/time fields display_time tag works properly, for date type fields it doesn't automatically switch type to date/time when applying the tag via api.
Any api calls that can explicitly switch field type to date/time?
------------------------------
Stepan Gurov
------------------------------ - StepanGurovQrew CadetIn the meantime I've figured out that setting a field type to 'timestamp' at creation is also possible (though it's not mentioned in the API reference), so it basically solves my problem :)
------------------------------
Stepan Gurov
------------------------------