jQuery UI datepicker customization

Posted by Chad on Stack Overflow See other posts from Stack Overflow or by Chad
Published on 2010-06-03T21:43:29Z Indexed on 2010/06/03 21:44 UTC
Read the original article Hit count: 244

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?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui