[julia-users] DateTime business days, Wall Street days, ...

2016-01-28 Thread Michael Landis
Maybe I'm missing something, but the one thing I want from DateTime is the ability to determine whether a day has elapsed since a file modify date, but not just a calendar day... at least a business day (i.e. Saturdays and Sundays don't count), but even better if a calendar could skip past

Re: [julia-users] DateTime business days, Wall Street days, ...

2016-01-28 Thread Kevin Squire
Hi Michael, I haven't used it, but does https://github.com/felipenoris/BusinessDays.jl suit your needs? Kevin On Thu, Jan 28, 2016 at 6:52 AM, Michael Landis wrote: > Maybe I'm missing something, but the one thing I want from DateTime is the > ability to determine