date from datetimezoned(datetimezoned)date Type: (DateTimeZoned) -> Date

Gets the Date part of a DateTimeZoned.

No timezone conversions are performed, this just takes the time part, ignoring the date and the zone.

ExamplesClick an example to insert it
date from datetimezoned(datetimezoned{2001-03-04 06:54 UTC})date{2001-03-04}