I've been using:
end_date = Datetime()
To log the date only (it was returning 3/5/2007 only).
After a recent upgrade...the same command is now returning date AND time (as in "3/5/2007 12:34:15 PM")
Is there a variation of Datetime() that will return only the date....as in "3/5/2007" ?
Thanks very much.