|
-
May 4th, 2004, 05:22 PM
#1
Date$ format question
does the Date$ ALWAYS give me the date in the same format or can it change if the computer has the date setup different??
i would like it to always show me the date in this format:
MM/DD/YYYY
-
May 4th, 2004, 10:48 PM
#2
Date$ behavior is unchanged by the Calendar property setting (regional option). Date function does. but Date$ return a 10-character string of the form mm-dd-yyyy.
to format the Date to mm/dd/yyyy, use format function
Last edited by hendramin; May 4th, 2004 at 10:52 PM.
-
May 5th, 2004, 01:42 AM
#3
also use FormatDateTime function to make a shrotdate,longdate,shorttime,longtime,general format of Date.
-
May 5th, 2004, 02:56 AM
#4
Format Date$
ok. thanks.
i thought the Date$ may be unchanged by the regonal settings but i was not sure.
thanks again!.
Ron
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|