Link to home
Start Free TrialLog in
Avatar of unreal400
unreal400

asked on

date conversion

I am converting a string into a date.  How do I get it to not use the windows date format  of

YYYY/DD/MM  cause if I run the program on a comptuer where the they have their windows date format set differently it will import incorrectly.


dim something as date


something = "2005/04/12"

and no matter what the windows time format is  have it  use 04 as the day

ASKER CERTIFIED SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial