Get current date and time with std.datetime

Joel Christensen joelcnz at gmail.com
Thu Oct 6 23:08:33 PDT 2011


Hi,

I have a program that uses the old time stuff before the module 
std.datetime. I have a DateTime object, but I can't seem to set its 
properties to the current time.

Some thing like:
DateTime dateTime;
dateTime = getCurrentDateTime();

-JoelCNZ


More information about the Digitalmars-d-learn mailing list