AmirkabirDataMiners / ADM-dateTimePicker

Pure AngularJs dateTimePicker
http://amirkabirdataminers.github.io/ADM-dateTimePicker
MIT License
244 stars 92 forks source link

Show specific month calling a calendar method #122

Open enricosoft opened 6 years ago

enricosoft commented 6 years ago

My problem is the following: I have 2 date input (from and to). "From" has a default date setted to today (e.g. 06/06/2018). Before select "to", I change "From" and select 10/07/2018 (a date in the next month). When I open "to" calendar I wanna see the calendar of July and not June! Is it possibile?

"To" has "mindate" attribute setted which contains the "From" date value and its's dynamic depending on "From" selected date, so I expect to see July in "To" calendar.

enricosoft commented 6 years ago

@MeTe-30 is this functionality already implemented but not documented or I have to implement it myself from scratch?