View source: R/utils-datatypes.R
sf_format_datetime | R Documentation |
Format Datetimes for Create and Update operations
sf_format_datetime(x)
x |
an object, potentially, representing a datetime that should be converted to the Salesforce standard. |
character
; an object where any values that appear to be a date
or date time are reformatted as an ISO8601 string per the requirements of the
Salesforce APIs.
This function is meant to be used internally. Only use when debugging.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.