Actions
Feature proposal #4165
closedLanguage define to customize date format
Description
Implement a language define, that by default is not defined, to customize the date format. This would allow different date formats based off language. Currently it only uses the CB configuration date format, but it should only use that as a fallback.
Updated by krileon about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
You can now specify _CB_DATE_FORMAT language string to force a new format to the cb date format function. Note this still has to use a supported CB format. Trying to use anything otherwise could result in errors. CB date formats support /, ., and - for separators only.
Actions