the rows are rendered without calling explicitely the formatter because you
**could** want to do something with a "pure" python date object (e.g.
operations, etc).
Serializing using the grid instead calls the represent routine, so it gets
serialized according to the formatting.
BTW: beware (only for forms)... there's not a perfect match between python
datetime formatting to the widget in js: some combinations aren't paired
perfectly
On Monday, February 17, 2014 7:41:06 PM UTC+1, HittingSmoke wrote:
>
> It was {{=P(post.date)}} but I've since changed it to prettydate. I'm
> still curious what the solution is though.
>
> On Monday, February 17, 2014 3:13:33 AM UTC-8, Niphlod wrote:
>>
>> how is it "called" in the view ?
>>
>> On Sunday, February 16, 2014 8:23:53 PM UTC+1, HittingSmoke wrote:
>>>
>>> I have the following in my model:
>>>
>>> Field('date', 'date', default=datetime.date.today(), requires =IS_DATE
>>> (format=('%B %-d, %Y')), writable=False,readable=False),
>>>
>>>
>>> ...and in the appadmin database entry form the date displays in the
>>> format I've chosen. However when db.mytable.date is called in a view it
>>> displays in the default YYYY-MM-DD format. According to all the search
>>> results I've found setting the requires=IS_DATE format should fix this.
>>>
>>> How do I get the view to render the date in the format I want?
>>>
>>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.