Timestamp

Description
Returns an integer number from a Unix millisecond timestamp, corresponding to the number of milliseconds since January 1, 1970.
Tags
Functions
Type
#
Syntax
timestamp(date)
Example
timestamp(now()) == 1512593154718
Template Example