{{web.datestr(n.created,datetime.datetime.now())}}:
  File "C:\Users\live\work\common\web\utils.py", line 884, in datestr
    out = then.strftime('%B %e') # e.g. 'June 13'
ValueError: Invalid format string

%e is not in the list here:
http://docs.python.org/library/datetime.html#strftime-strptime-behavior

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to