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¶
Comparison operator-
The available comparison operators like equals or less than.
When using the "Defined by token" option, make sure there is a token with this name: eca_tamper_condition:strtotime_operator Comparison type-
The type of the comparison.
When using the "Defined by token" option, make sure there is a token with this name: eca_tamper_condition:strtotime_type Case sensitive comparison-
Compare the values based on case sensitivity.
Negate the condition-
Negates the condition. Makes TRUE to FALSE and vice versa.
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.Data to be tamperedData to compare with