izen
Registered User.
- Local time
- Today, 19:00
- Joined
- Apr 2, 2009
- Messages
- 50
I am using Date to be a part of my file name
so I used strDate = Replace(date,"/",".")
so I can avoid "/" in my file name
However I am not sure that any computer or OS the default of Date is
date/month/year or not cause if not my code wont work on others
just want u guys to make sure that the default of Date is
date/month/year
thanks
so I used strDate = Replace(date,"/",".")
so I can avoid "/" in my file name
However I am not sure that any computer or OS the default of Date is
date/month/year or not cause if not my code wont work on others
just want u guys to make sure that the default of Date is
date/month/year
thanks