Module:NormalizationDate: Difference between revisions

// via Wikitext Extension for VSCode
 
// via Wikitext Extension for VSCode
Line 1: Line 1:
-- Module:NormalizationDate
-- Module:NormalizationDate
-- REVIEW: Name change
-- Parses and normalizes dates to "Month DD, YYYY" format (or year only if no full date).
-- Parses and normalizes dates to "Month DD, YYYY" format (or year only if no full date).
-- Toggle between full names ("January") and abbreviations ("Jan.") with setUseShortMonthNames().
-- Toggle between full names ("January") and abbreviations ("Jan.") with setUseShortMonthNames().