J
Jozef Jarosciak
I have an application which imports fields from external source where
date format of one the collumns is English (United States): M/d/yyyy.
So July 1, 2005 equals to: 7/1/05
I am using this date everywhere in the application.
Problem is when someones is lets say in Portugal with the regional
settings for date set to DD-MM-YYYY.
I am going crazy to figure out how to make everyone to use M/d/yyyy
scheme without changing their regional settings, as lots of people
simply can't do that.
Can someone point me to what I could do, or post some code on how to go
around this annoying problem?
It would be very much appreciated.
Joe
date format of one the collumns is English (United States): M/d/yyyy.
So July 1, 2005 equals to: 7/1/05
I am using this date everywhere in the application.
Problem is when someones is lets say in Portugal with the regional
settings for date set to DD-MM-YYYY.
I am going crazy to figure out how to make everyone to use M/d/yyyy
scheme without changing their regional settings, as lots of people
simply can't do that.
Can someone point me to what I could do, or post some code on how to go
around this annoying problem?
It would be very much appreciated.
Joe