g1eb / angular-datetime-range

πŸ“… Angular directive for datetime range input

Home Page:https://rawgit.com/g1eb/angular-datetime-range/master/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

date range without time picker

ShankzPatil opened this issue Β· comments

hi,
if i want to use date range without time picker

commented

interesting, what would be the internal representation of date objects?

Javascript date object has time built into it, which would probably default to 00:00, is that okay?

commented

Okay sounds good, I'll look into this asap :)

commented

Looking into this now, what do you mean by enable disable hour, minute, seconds part?

image

see seconds part is disable in above screnshot.

image

and without time part in date range.

and try to provide direct option to change years.

commented

ehhh, so many requests haha :) i'll see what i can do πŸ‘

πŸ‘

commented

I've pushed an update featuring separate date and time range directives.
Let me know if that works for you :)

v.0.4.0

commented

Hi, have you had a chance to take a look yet? :)

Close this issue if it's all done now.