Forum Discussion
ChayceDuncan
2 years agoQrew Captain
Are you querying or inserting data. The schema response for dates per the documentation is supposed to be yyyy-mm-dd but I'm not aware of a setting to be able to request or alter that in either case of inserting or querying.
If you're querying the data - you could always just ignore the date field and convert it to text in whatever format you need an include that field as opposed to querying for the actual date field.
------------------------------
Chayce Duncan
------------------------------
jamescrump
2 years agoQrew Trainee
Hi Chayce,
All I'm doing is putting the date field in a Webhook that POST json data to an external system.
It seems that by default, the date being POST is mm-dd-yyyy and I need yyyy-mm-dd
Thanks, James
------------------------------
james crump
------------------------------