Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
In composer on a particular machine all datetimes are listed as yyyy/mm/dd h:m:s instead of yyyy-mm-dd h:m:s. Is there a default setting somewhere like in platform settings where this can be changed?
Solved! Go to Solution.
thanks for your help. It turns out to have been a localization issue
On which widget do you display the time? The DateTimePicker only has the - - - version.
We have a datepicker on a mashup and the information being passed to the service is in yyyy/mm/dd h:m:s which is causing an error, then I noticed that the datetime is being displayed as yyyy/mm/dd h:m:s everywhere in composer (e.g., Date Modified) which I thought was strange. We have several other servers and all of them have the date displayed as yyyy:mm:dd h:m:s in composer and there is no error in the mashup
What's the error you get when you send the time property out?
In the DateTimepicker and DateTimeSelector widget, there's a field called DateDelimiter, by default it's -, if you change it to /, your date will become 2019/08/23
thanks for your help. It turns out to have been a localization issue
Hi @kyetzer.
Since you found a solution to your problem, please mark your last post as the Accepted Solution for the benefit of others with similar issues.
Regards.
--Sharon