Editor datetime field type problem

Editor datetime field type problem

jhegeduisjhegeduis Posts: 2Questions: 1Answers: 0

When I create a new item the date saves and displays properly in the table so everything is fine there. However when I edit a record, the date in the field shows the next day. For example a new item with a date of 2/20/2016 will appear as 2/21/2016 in the datetime filed when i choose to edit the record later. Has anyone run into this before?

Answers

  • jacob.steinbergerjacob.steinberger Posts: 86Questions: 18Answers: 1

    I don't have specifics to go off of, but are you doing anything server side? It strikes me that this could be a timezone issue where you're inputting 2/20/2016 in CDT but the server is in Asia somewhere so it converts it to 2/21/2016.

    So, what are you doing? Is it server side or database driven? Have you examined the data being sent to the backend scripts to see if it receives the proper value?

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin

    Worth checking what version of Editor you are using as well. There were some timezone issues earlier in the 1.5 series. 1.5.5 is the current release and I'm not aware of any issues with it.

    If you are having a problem with it, a link to a test case showing the problem would be great.

    Allan

This discussion has been closed.