Are there any plans for date slices to do something like
    
    
     dt in '2017-03-26'..'2017-04-25':  # enumerate days
    
    
    
    
     dt in '2016-03'..'2017-03':  # enumerate months
    
    

I've shown this as strings, but it could be via some helper function, or ...., 
but the real question is what the nim way to easily work with ranges of dates, 
and be able to step by different amounts (days, months, years, ...)

and similarly, how to do this with date/times, and with just times, ....

Reply via email to