Type time:DateFormat

extends time:Format
Constructors:
time:DateFormat()
Create a time:DateFormat using the default formatting options.
Functions:
Functions inherited from time:Format:
date(Node date)
Parse a string representation of a date.
Returns: A new time:Date.
format(time:Date date)
Returns: A string representation of date.
format(time:Time time)
Returns: A string representation of time.
time(Node time)
Parse a string representation of a time period.
Returns: A new time:Time.