Forum Navigation
Date and time with tango
Posted: 02/15/08 10:20:22Hi Forum,
i try to switch from phobos to tango and need some translation help.
phobos:
// initialize timechar [] timenowstring = std.date.toString(std.date.getUTCtime());
Date timenow;
timenow.parse(timenowstring);// /initialize time
tango: ?
I just need the whole time/date attributes in a struct to get things like timenow.weekday . Thanks.
Regards Engineer