Month Date Fix
xypp/flarum-month-date-fix
Replace all date format of 'D MMM' with customized format in locale files
- Downloads
- 24
- Version control
- github.com/zxy19/flarum-month-date-fix
Month Date Fix
A Flarum extension. Replace all date format of 'D MMM' with customized format in locale files.
Design to resolve the issue of 'D MMM' format in Chinese.(should be 1月1日 instead of 1 1月)
This extension may BREAK OTHER EXTENSIONS in many unexpected ways. Do a full test before using it.
Installation
Install with composer:
composer require xypp/flarum-month-date-fix:"*"
Updating
composer update xypp/flarum-month-date-fix:"*"
php flarum cache:clear
Links
Versions
-
Version v1.0.0.
Likely works with Flarum v1.8.5.
-
Extension created.