Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Keep this wiki going by contributing to our Patreon!

Template:DateFormatMonthDayYear

From Mabinogi World Wiki
June 9, 2021
[edit]Template Documentation
  • Displays a date in "Month" "Day", "Year" format.
    • Month uses the longhand names: (January | February | March | April | May | June | July | August | September | October | November | December)
    • Day is displayed with 1 or 2 digits.
      • The First to Ninth days of the month show only 1 digit. (E.g.: "1", not "01")
      • Does not append superscript for (Four)"th", (Fir)"st", (Seco)"nd" and (Thi)"rd".
    • Year is displayed with 4 digits

Usage example:

{{DateFormatMonthDaythYear|2021-06-23}}
Parameter # Usage Important?
1 A date string.
Should be exactly 10 characters (YYYY-MM-DD), comprising:
Component Interpretation
YYYY Year. In 4-digit format.
- A separator. This character is ignored.
MM Month. In 2-digit format.
(January should be "01")
- A separator. This character is ignored.
DD Day. In 2-digit format
(The Second day of the month should be "02")
Yes