chrono icon indicating copy to clipboard operation
chrono copied to clipboard

How to display Weekday fullname ?

Open FrederickFrance opened this issue 3 years ago • 1 comments

Hi all,

I would like to be able to display the full name of a day of the week, but from what I see in chrono::Weekday, I can only get the first 3 characters. Is it possible to get "Monday", "Tuesday", ... with chrono or should I hard-code this enum in my code?

FrederickFrance avatar Nov 29 '21 11:11 FrederickFrance

https://github.com/chronotope/chrono/pull/628

FrederickFrance avatar Nov 30 '21 09:11 FrederickFrance