Actions
Feature proposal #5109
closedPHP DateTime class not translated
Description
When using CBs date format function to output a month name it's not translated. See if it's possible to translated with CBTxt strings.
Actions
Added by krileon about 10 years ago. Updated over 9 years ago.
Description
When using CBs date format function to output a month name it's not translated. See if it's possible to translated with CBTxt strings.
Looks like the Carbon DateTime library can do translations. Another reason to possibly consider implementing it.
Implemented in MR !953 using simple str_replace usage.