jQuery UI datepicker customization
- by Chad
I have the jQuery datepicker working, but I need to be able to select more than just dates.
I need to be able to select between some strings as well "Yesterday" and "Today" to be precise. So, the underlying input can contain any date as well as the strings "Yesterday" or "Today".
Is there some way I can do this by tweaking the existing jQuery UI datepicker?