Returns the ISO8601 date string for a date. Note that the ISO 8601 date format is YYYY-MM-DD.
YYYY-MM-DD
string ISO8601DATE(DateTime? value)
ISO8601DATE(DATEVALUE("12/02/2017"))
Will return '2017-02-12'.