RGkevin / datetimeRangePicker

An angular directive that includes a Datepicker and a time range picker
52 stars 26 forks source link

End time always bigger than start time #9

Open izupet opened 8 years ago

izupet commented 8 years ago

Am i missing something or is just not possible to set start time (not date) bigger than end time? Even if i set "minRange" to negative value this doesnt work.

So for example I want to set range:

start time: 2015-01-01T20:20:20 end time: 2016-01-01T10:10:10

gop-aroy commented 7 years ago

I clearly agree with this :( It's based on the UI choice and the fact that time is not based on ng-model. It's more a duration pick with a datetime start… Kinda strange.