Skip to content

Tamper: String to Unix Timestamp

Available since: 1.0.0

This will take a string containing an English date format and convert it into a Unix Timestamp.

Fields

Data to be tampered


This field supports tokens.

Result token name

Provide a token name under which the tampered result will be made available for subsequent actions.

Custom date format

The custom php date format string to parse the date with. This is optional and mainly useful when working with certain date formats. See the PHP manual for available options.

Fallback to strtotime() if the date could not be parsed with the provided date format.