Hello,
I'm just a making a data grid with some informations about patients. One of the columns shows an date edited by the user (it doesnt have a data type, just with the format "dd/MM/yyyy HH:mm").
After editing this column, the grid swaps day and month only when it is possible. Example:
If the date is 04/03/2008, after the event "ValidadeEdit()" and before the "AfterEdit()" event, the cell value changes to 03/04/2008. But, if the swaps generate an invalid date, it doesnt do the change, like, if the date is 30/03/2008, it remains 30/03/2008
Any tips?
PS: I checked the regional settings from the Windows XP and it's in the format dd/MM/yyyy
Thx!