|
-
Apr 20th, 2000, 02:10 AM
#1
Thread Starter
Addicted Member
Hi all,
how can I SET ( not get ) the Day, Month and Year parts of a Date Data type ( like in C++ below) in order it's always going to fit in every system (and I don't think Format can to the job here) :
myCOleDateTime.SetDate(2000, 04, 20); // YYYY MM DD
EX :
Dim a as Date
' I want to put 08-09-2000 in "a" and I want it to
' always be considered like 8 of september 2000 in any
' system configuration.
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
|