Regional Settings conflict

  • Thread starter Thread starter Dino M. Buljubasic
  • Start date Start date
D

Dino M. Buljubasic

I am having problems each time I have to deploy my application to some other
machine. So far, each time I was having problems because of regional
settings, date and time problems.
My question is how can I avoid these problems? How can I make my
application work no matter what settinsg for date and time are used. All my
applications are database driven. I am using an SQL Server database that I
am connection to from my VB.net application.

Thank you,
Dino
 
For starters, if you are hard-coding date and/or time formats, or expecting
them to be formatted a certain way, don't.

By avoiding reliance on hard-coded date & time values you can eliminate most
(not all) date/time issues.


HTH
Brian W
 
Back
Top