http://docs.python.org/library/datetime.html
Specifically the strftime method. Your template will probably involve
something like:
<li>$row.name@$row.time.strftime("%b %d, %Y")</li>
eg:
$row.time = datetime.datetime.now()
then you can use the function strftime to format your time
Blog: http://shiao.org
Twitter: @lepture
> --
> You received this message because you are subscribed to the Google Groups "web.py" group.
> To post to this group, send email to we...@googlegroups.com.
> To unsubscribe from this group, send email to webpy+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/webpy?hl=en.