I have a Windows App with some DateTimePicker controls in my App I use date format like 'dd/MM/yyyy', when distrubute my app to other PC with another Regional Configuration (DateFormat 'MM/dd/yyyy') I get some errors like "Cast from string "31/3/2008" to type 'Date' is not valid".
I want to keep DateFormat 'dd/MM/yyyy' not matter PC regional configuration. I'm using VB.net 2003.
Any suggest?
Thanks in advance.
Start Free Trial