chrono
                                
                                 chrono copied to clipboard
                                
                                    chrono copied to clipboard
                            
                            
                            
                        How to display Weekday fullname ?
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?
https://github.com/chronotope/chrono/pull/628