Re: How to add a javascript calendar to date textboxes

2007-08-08 Thread Noam Raphael
It looks great, thanks! Noam On 8/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I've done that, and it's not hard, but there's quite a few good js > datepickers out there, and on my most recent one I used one of > those gives me a bit more control over how I want it to look on >

Re: How to add a javascript calendar to date textboxes

2007-08-08 Thread [EMAIL PROTECTED]
I've done that, and it's not hard, but there's quite a few good js datepickers out there, and on my most recent one I used one of those gives me a bit more control over how I want it to look on the public-facing part, and I'm not making 5 http calls to do it. Here's the one I went with:

How to add a javascript calendar to date textboxes

2007-08-07 Thread Noam
Hello, I wanted to add a javascript calendar (like the one you have in Django's admin) to a date textbox in a form. I found this post, which says how to do it: http://groups.google.com/group/django-users/browse_frm/thread/3328829f1ed7f788/27557f8194b84134 I thought I might share with you how I