GibbonEdu / core

Gibbon is a flexible, open source school management platform designed to make life better for teachers, students, parents and leaders.
https://gibbonedu.org
GNU General Public License v3.0
460 stars 299 forks source link

Format: Intl readable datetime rewrite usages #1760

Closed yookoala closed 3 months ago

yookoala commented 9 months ago

Description

Note that the formatting strign '%e' (day of month with leading space) has no equivlant in intl module. They are all rewritten with 'd' formatter, which is only the digit without leading space. These are all the occurrence of such '%e' refactors:

Motivation and Context

How Has This Been Tested?