/
TimestampFromDateTime function
TimestampFromDateTime function
Returns a time stamp from the given date and time.
Namespace
datetime
Input
date(time
|string
), time(time
|string
)
Output
timestamp(timestamp
)
Example
If basedate
contains the date 2008–08–18
and basetime
contains the time 22:30:52
, then the two following functions are equivalent, and return the timestamp 2008–08–18 22:30:52
set-column result datetime:TimestampFromDateTime('2008–08–18', '22:30:52')
set-column result datetime:TimestampFromDateTime(basedate, basetime)
Related content
TimeDate function
TimeDate function
Read with this
Parse Timestamp directive
Parse Timestamp directive
Read with this
Format Datetime directive
Format Datetime directive
Read with this
DaysSinceFromDate function
DaysSinceFromDate function
More like this
Salesforce Marketing Cloud Batch Source
Salesforce Marketing Cloud Batch Source
More like this
Splunk Batch Source (Deprecated)
Splunk Batch Source (Deprecated)
More like this
Created in 2020 by Google Inc.