So, I have a date picker, and I want to get the maximum date. I have something like this
$ ("#datepicker") .datepicker ({minDate: -20, maxDate: "+ 1M + 15D"}); How can I get the maxDate value formatted in MM / DD / YYYY?
Thanks for helping the guys
source share