Returns a year, month, and day from a date in the format YYYY-MM-DD HH.MM.SS
string uDateTime([modifiers])
uDateTime("now") // returns current date in the form
"YYYY-MM-DD HH:MM:SS"
uDateTime("now", "start of month", "1 months", "-1 day")
// returns the date of the last day in this month