Re: DateField does not update the date provided by hand

2017-07-27 Thread Mike Dewhirst
On 27/07/2017 9:14 PM, pablochud wrote: Yeah, but I would like datepicker too. if I changed it to CharField I would loose datepicker True. Looks like you might have to dig into the javascript source for the widget and make your own datepicker which takes random user input and figures out what

Re: DateField does not update the date provided by hand

2017-07-27 Thread pablochud
Yeah, but I would like datepicker too. if I changed it to CharField I would loose datepicker > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+

Re: DateField does not update the date provided by hand

2017-07-27 Thread Mike Dewhirst
On 27/07/2017 6:41 PM, pablochud wrote: Hi, is it normal that DateField make me to pick a date from datepicker and do not let me update the field by hand? - when trying to set a date by hand it automatically changing to date selected on datepicker. How can I let User to choose date both way?

DateField does not update the date provided by hand

2017-07-27 Thread pablochud
Hi, is it normal that DateField make me to pick a date from datepicker and do not let me update the field by hand? - when trying to set a date by hand it automatically changing to date selected on datepicker. How can I let User to choose date both way? :) -- You received this message because