You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(formatDate): prevent sequential replacements from corrupting month/weekday names
Use placeholder tokens to protect text values (month names, weekday names,
ordinals, AM/PM) during the replacement chain. Letters like 'h' in "March"
were being replaced by hour values, producing incorrect output like "Marc10".
0 commit comments