Re: Using the fancy date/time widget with newforms

2007-10-09 Thread Ben Ford
Hi Dave, I believe this is what you're looking for http://www.djangosnippets.org/snippets/391/ I had to tweek a few things to get it to work, but it looks pretty damn good now! If it's what you want let me know if you have any issues setting it up and I'll do my best to help ;-) Ben On 10/10/2007,

Re: Using the fancy date/time widget with newforms

2007-10-09 Thread Russell Keith-Magee
On 10/10/07, Dave <[EMAIL PROTECTED]> wrote: > > Hey All, > > Is there a simple way to re-create the fancy admin date/time widget > (with the 'Today'/'Now' buttons and the pop-up calendar) with > newforms? > I can see how to do it by creating a custom widget, but I thought > perhaps there was an e

Using the fancy date/time widget with newforms

2007-10-09 Thread Dave
Hey All, Is there a simple way to re-create the fancy admin date/time widget (with the 'Today'/'Now' buttons and the pop-up calendar) with newforms? I can see how to do it by creating a custom widget, but I thought perhaps there was an easier way. Thoughts? --~--~-~--~~