Link to home
Start Free TrialLog in
Avatar of Moti Mashiah
Moti MashiahFlag for Canada

asked on

Jquery calendar

I have a textbox that use for my calendar

$("#txtDueBackDate").datepicker({
            formatDate: data.formatDueBackDate,
        });

Open in new window


When user initiates the page the textbox filled up with a date like 7\12\2017.
Now when I click on the calendar I would like to highlight two dates
1. the date of today.
2. the date which show at the textbox.

Please, Help.

Thanks,
ASKER CERTIFIED SOLUTION
Avatar of lenamtl
lenamtl
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Moti Mashiah

ASKER

Thanks that was helpful.