All Questions
2 questions
2
votes
1
answer
86
views
How do I get dates retrieved from external file to match dates in jq datepicker?
This is the first time I've asked for help, so apologies if I've got the format or level of detail wrong.
I want the datepicker dates to change their background color for all dates that match a set ...
3
votes
3
answers
2k
views
jQuery datepicker custom rules help, please
At the moment I have a datepicker which:
Excludes today, if after 12:00 midday.
Excludes sundays.
<script type="text/javascript">
$(function() {
// get today's date
...