Actions
Feature proposal #4241
closedAdjust conditional format order
Feature proposal #4241:
Adjust 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 about 12 years ago
- Target version set to 6.0.0
Updated by krileon about 12 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.
Updated by krileon about 11 years ago
- Status changed from Resolved to Closed
Actions