sf_format_datetime {salesforcer} | R Documentation |
Format Datetimes for Create and Update operations
Description
Format Datetimes for Create and Update operations
Usage
sf_format_datetime(x)
Arguments
x |
an object, potentially, representing a datetime that should be converted to the Salesforce standard. |
Value
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.
Note
This function is meant to be used internally. Only use when debugging.
See Also
[Package salesforcer version 1.0.1 Index]