I set the date 03/04/2015 and when i try to save it appears 04/03/2015.
that happens when i use the following format type: dd/mm/yyyy
Example Code:
I found no dates being displayed incorrectly, but during a search, I see the collections did not have formatting, so added those.
https://bitbucket.org/ortus/databoss/pull-requests/1/added-date-format-support-for-collections/diff
Please see comments from client
When we try to save a date between 1 and 12 of each month then it reverses the day with the month.
Find the examples attached
I tracked down the error to the populatemodel... there is no accounting for the date format, so i assume hibernate is just inserting the date value in hibernates format. It is formatting its as mm-dd-yyyy on insert/update.
I can research it, but is there something that tells hibernate what the format of the date field is?
Or should we have the user interface format the date into yyyy-mm-dd to be absolute?
I believe getting the data is now good, its the storing that is the issue.
Let me know what you think is the best way to handle this.
Of course, this is going off the sample app, I do not know what customer this is for, to be able to check their models.
never heard back from client, delaying for now