fmtlib / fmt

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

Implement fmt::year_month_day #3912

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.

fixes #3772