angular-date-range-picker
angular-date-range-picker copied to clipboard
Single date select "hint"
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.
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.
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 It seems like you tried to attach something but I can't see anything?
Looks like this:
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.
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 .