| 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. |
|