sf_format_date {salesforcer} | R Documentation |
Format Dates for Create and Update operations
Description
Format Dates for Create and Update operations
Usage
sf_format_date(x)
Arguments
x |
a value representing a datetime |
Value
character
; a date string with the time set to midnight in the
user's system timezone and then formatted in ISO8601 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]