Skip to main content
1-Visitor
August 22, 2019
Solved

default datetime in composer is wrong

  • August 22, 2019
  • 1 reply
  • 2342 views

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?

Best answer by kyetzer

thanks for your help.  It turns out to have been a localization issue

1 reply

5-Regular Member
August 23, 2019

On which widget do you display the time?  The DateTimePicker only has the - - - version.

kyetzer1-VisitorAuthor
1-Visitor
August 23, 2019

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

5-Regular Member
August 23, 2019

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