M
Mark Broadbent
why does this code not work for me
DateTime dt = new DateTime(2000,10,1);
Looking in Locals a date of 1/1/1 is created??
According to the overloaded constructor DateTime(int year, int month, int
day) should work.
Br,
Mark.
DateTime dt = new DateTime(2000,10,1);
Looking in Locals a date of 1/1/1 is created??
According to the overloaded constructor DateTime(int year, int month, int
day) should work.
Br,
Mark.