ISO_8601 | R Documentation |
Coerce dates or datetimes to ISO 8601 format for Bamboo HR REST API.
as_ISO8601_character(datetime)
coerce_ISO8601(date)
datetime |
Character string. The datetime to coerce. |
date |
Character string. The date to coerce. |
Input can be simply given as a character string. See date_formats for allowed format types.
Character string in ISO 8601 format.
as_ISO8601_character()
: Coerce datetime into ISO8601 format. This will convert
represent the datetime relative to UTC using +
notation. Milliseconds are
removed.
coerce_ISO8601()
: Coerce a date to ISO8601 format. This will convert the date
into UTC (applying Z
notation) and remove any milliseconds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.