piever / TableWidgets.jl

Interactive widgets to work with tabular data in Julia
Other
9 stars 2 forks source link

range selector doesn't accept Dates #28

Open DarioSarra opened 5 years ago

DarioSarra commented 5 years ago
using Dates
a = Date(2009-1-1)
b = Date(2019-1-1)
days = range(a,b,step = Day(1))
rangeselector(days)