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.