Actions
Feature proposal #4266
closedImplement time format parameter
Description
Currently you can select the date format, but you can't select the time format. It's always 24HR based. There should be a parameter to also select how you want the time to output.
Updated by krileon about 11 years ago
It should use date function to do the formatting as well instead of out of date dateConverter usage, which can't handle all forms of custom formatting. For J1.6+ be sure to set timezone to UTC before doing this so we don't get double offset.
Updated by krileon about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions