monterail / angular-date-range-picker

Pure Angular date range picker, no jQuery
MIT License
70 stars 50 forks source link

Single date select "hint" #36

Open jlebrech opened 9 years ago

jlebrech commented 9 years ago

I'd like to put labels that say "please select start date", "please select end date".

I was trying to figure out why clicking one day only didn't change the date.

hodak commented 8 years ago

Thanks for opening the issue. We're sorry to say that we've stopped maintaining this project in favor of angular-mighty-datepicker. We encourage you to check it out instead.

jlebrech commented 8 years ago

do you have examples for picking date ranges with mighty date picker

need something like this:

​It's also making future dates unpickable, but i'd like month in the future not display.

Thanks.

On Thu, Aug 6, 2015 at 10:04 AM, Adam Hodowany notifications@github.com wrote:

Thanks for opening the issue. We're sorry to say that we've stopped maintaining this project in favor of angular-mighty-datepicker https://github.com/monterail/angular-mighty-datepicker. We encourage you to check it out instead.

— Reply to this email directly or view it on GitHub https://github.com/monterail/angular-date-range-picker/issues/36#issuecomment-128298916 .

hodak commented 8 years ago

@jlebrech It seems like you tried to attach something but I can't see anything?

jlebrech commented 8 years ago

Looks like this:

screen shot 2015-08-06 at 10 15 12

hodak commented 8 years ago

Yes, the last example in test/index.html is range picker implemented with mighty picker.

I think you should look at before / after attributes which create limits for which days are selectable. Also, month option lets you specify number of months used in datepicker.

jlebrech commented 8 years ago

thanks I may move to mighty-picker soon

On Thu, Aug 6, 2015 at 11:54 AM, Adam Hodowany notifications@github.com wrote:

Yes, the last example in test/index.html is range picker implemented with mighty picker.

I think you should look at before / after attributes which create limits for which days are selectable. Also, month option lets you specify number of months used in datepicker.

— Reply to this email directly or view it on GitHub https://github.com/monterail/angular-date-range-picker/issues/36#issuecomment-128326217 .