Actions
Feature proposal #4241
closedAdjust conditional format order
Description
When using date in a conditional it should occur after strtotime so formatting can be done first.
All "to_TYPE" should be absolutely first so they occur before any other formatting.
Updated by krileon almost 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Typecase functions will trigger first (e.g. to_string, to_integer, to_boolean). Next functional functions like strtotime followed by date will be next. After that all string processing functions like strtoupper will occur. Last will be trim.
Actions