Actions
Feature proposal #7706
closedCustom date/datetime formats not translating
Description
"Custom Date Edit Format", "Custom Date Format", and "Custom Date Search Format" parameters are not currently being passed through CBTxt to allow for localized formats using language strings. You can only localize globally with UE_DATE_FORMAT and UE_TIME_FORMAT. Implement support for language strings in those parameters.
Updated by krileon about 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1501
Also fixed calendar API not utilizing UE_DATE_FORMAT as it should.
Actions