Hacker News new | ask | show | jobs
by vchuravy 1600 days ago
In Julia

``` using Dates julia> lastdayofmonth(today()) 2022-02-28 ```

But that's function oriented programming for you.