Actions
Feature proposal #3216
closedImplement applying PHP formatting functions to conditions
Feature proposal #3216:
Implement applying PHP formatting functions to conditions
Description
Would be cool to be able to apply formatting functions such as strtotime to conditions to be able to compare dates for example. Other formatting functions should also be added. Perhaps best approach is to just parse the condition and see if it begins with the certain function, remove it, trim the string, then apply the function.
Actions