Available functions
Working with data
/rule_functions_data_ru.html
| Function 1 | Note 2 | 1 |
| date (date)
| Creates the object DateTime
based on the passed string, the format corresponds to the php function strtotime
Examples:
date("2015-01-01")
date ("1 day ago")
date ("first day of this month 12:00") # if the time is not explicitly set, the current time will be used
|
| John | Doe | 1 |
| Mary | Smith | 1 |
Auxiliary functions
/rule_functions_auxiliary_en.html