When selecting a date (with calendar) it is reversed.
In de config i can change this.
However when i do this and select a period (when creating an invoice) this selection is reversed (example: december 10 becomes oktober 12)
So either the datepicker is reversed when adding a time entry or the period is reversed when selecting a period (invoice creation)
Is there anyway i can fix this?
Thx in advance
Greetings Sake
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When selecting a date (with calendar) it is reversed.
In de config i can change this.
However when i do this and select a period (when creating an invoice) this selection is reversed (example: december 10 becomes oktober 12)
So either the datepicker is reversed when adding a time entry or the period is reversed when selecting a period (invoice creation)
Is there anyway i can fix this?
Thx in advance
Greetings Sake
Sounds like the date format on your client is wrong:
we support:
ISO format -- ie 2008/12/04 or 08/12/04
MDY format -- ie 11/04/08 or 11/04/2008 or Dec-4-08 or December 4 2008
we don't support:
DMY format -- ie 04/11/08 or 04/11/2008
Change the date format to be MDY or ISO and you will be ok.
In windows Start --> Settings --> Control Panel --> Regional Options...
See Ya.
Paul