fmtlib / fmt

A modern formatting library
https://fmt.dev
Other
19.9k stars 2.43k forks source link

Implement year_month_day #3911

Closed zivshek closed 3 months ago

zivshek commented 3 months ago

Also changed weekday, day, month, year's formatter to use formatter<std::tm, Char> so they all support the format strings.

zivshek commented 3 months ago

not sure why it included all the previous commits, I'll re-create the PR.