Re: Date and time picker in Django

2011-10-20 Thread Kurtis Mullins
ahh okay, haha sorry! On Thu, Oct 20, 2011 at 4:13 PM, Mario Gudelj wrote: > Yeah, that's the one i mentioned that doesn't work for me for some reason > > On 21/10/2011 7:10 AM, "Kurtis Mullins" wrote: > >> No problem. I honestly haven't had to use a time picker, yet. But a quick >> google searc

Re: Date and time picker in Django

2011-10-20 Thread Mario Gudelj
Yeah, that's the one i mentioned that doesn't work for me for some reason On 21/10/2011 7:10 AM, "Kurtis Mullins" wrote: > No problem. I honestly haven't had to use a time picker, yet. But a quick > google search brought this up: > http://trentrichardson.com/examples/timepicker/ It seems to work

Re: Date and time picker in Django

2011-10-20 Thread Kurtis Mullins
No problem. I honestly haven't had to use a time picker, yet. But a quick google search brought this up: http://trentrichardson.com/examples/timepicker/ It seems to work w/ the Jquery-ui Datepicker. On Thu, Oct 20, 2011 at 4:05 PM, Mario Gudelj wrote: > Thanks Kurtis. What do you use as a time pi

Re: Date and time picker in Django

2011-10-20 Thread Mario Gudelj
Thanks Kurtis. What do you use as a time picker? On 21/10/2011 6:39 AM, "Kurtis" wrote: > I just use Jquery-UI DatePicker http://jqueryui.com/demos/datepicker/ > > On Oct 20, 7:46 am, Mario Gudelj wrote: > > Hi guys, > > > > I'm looking for a date/time picker that I can use in my web forms. I'v

Re: Date and time picker in Django

2011-10-20 Thread Kurtis
I just use Jquery-UI DatePicker http://jqueryui.com/demos/datepicker/ On Oct 20, 7:46 am, Mario Gudelj wrote: > Hi guys, > > I'm looking for a date/time picker that I can use in my web forms. I've used > DateTimeField in my models and have to implement date in this format > "2011-10-19 21:34". I

Date and time picker in Django

2011-10-20 Thread Mario Gudelj
Hi guys, I'm looking for a date/time picker that I can use in my web forms. I've used DateTimeField in my models and have to implement date in this format "2011-10-19 21:34". I have implemented http://trentrichardson.com/examples/timepicker/ o my site and it kind of works in a sense that the picke