Closed johansigfrids closed 10 years ago
Thanks for the suggestion. These have been added in the rewrite I've been working on that's going into Base julia. See JuliaLang/julia#5328 for details. I've added monthname
, monthabr
, dayname
, dayabr
, to get the month or day name of a Date/Datetime.
Fixed by ed8123ede2e316a181a781ecd54fd735657b6cd8
Would it be possible to have a function that return the name of the month of a given date as a string? Example:
A possible addition would be to be able to tell the function to return a three letter truncated version of the name.