angular-date-range-picker icon indicating copy to clipboard operation
angular-date-range-picker copied to clipboard

Single date select "hint"

Open jlebrech opened this issue 9 years ago • 6 comments

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.

jlebrech avatar Jun 12 '15 14:06 jlebrech

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.

hodak avatar Aug 06 '15 09:08 hodak

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 [email protected] 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 .

jlebrech avatar Aug 06 '15 09:08 jlebrech

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

hodak avatar Aug 06 '15 09:08 hodak

Looks like this:

screen shot 2015-08-06 at 10 15 12

jlebrech avatar Aug 06 '15 10:08 jlebrech

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.

hodak avatar Aug 06 '15 10:08 hodak

thanks I may move to mighty-picker soon

On Thu, Aug 6, 2015 at 11:54 AM, Adam Hodowany [email protected] 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 .

jlebrech avatar Aug 06 '15 15:08 jlebrech