On 09/03/07, Rey Bango <[EMAIL PROTECTED]> wrote:
> Hey guys, I'm looking for a good JS-based date picker. I wanted to use
> the one in the plugins folder but it doesn't allow for going backwards
> on the calendar. I need to be able to select any date.
>
> Suggestions?
>
> Rey
> --
> BrightLight Development, LLC.
> 954-775-1111 (o)
> 954-600-2726 (c)
> [EMAIL PROTECTED]
> http://www.iambright.com

You could always pick a start date in the past:
$('selector').datePicker({startDate:'01/01/1900'});

There is also one I used in the past:
http://www.dynarch.com/projects/calendar/

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to