http://groups.google.com/group/web2py/browse_thread/thread/5ebfd7f56b139ffb#

I use the code shown in that thread for converting a string containing
date (retrieved from request.vars) into Python datetime.date

HTH
-- Vineet

On Nov 4, 8:26 pm, Richard Vézina <ml.richard.vez...@gmail.com> wrote:
> I think it's normal...
>
> You can convert it back to datetime 
> :http://docs.python.org/library/datetime.html#strftime-and-strptime-be...
>
> Richard
>
>
>
> On Fri, Nov 4, 2011 at 11:19 AM, petrasadi <petras...@gmail.com> wrote:
> > I am trying to retrieve a datetime.date type out of the request.vars,
> > but it comes out as str
> > Is this normal, or is there a way to parse from str back to datetime?- Hide 
> > quoted text -
>
> - Show quoted text -

Reply via email to