Hi!
I display a date column in my grid, but for some reason, the year gets messed up - instead of 2008 I get 0008 , instead of 2012 i get 0012 and I don't understand why...
Here's a screenshot:
And my system settings :
any ideea on why this is happening ?
Thank you!
What is the DataType of these columns?
What other properties might you be setting on these columns? Format? MaskInput?
I do not apply any alteration to that column. I just pull the data from the database, and set the binding source. I must mention that this happens only on the production machine - on the development everything works fine. The difference between the two are the OS (WinSrv2003 for production and Win7x64 on development) and the regional settings MM/dd/YYYY on prod and MM.dd.YYYY on devel.
It's a DateTime column - it's loaded from an oracle database - DATE column.