Massimo,

I am a bit closer to getting my event list to display the dates
properly.

The following error was solved replacing fromdate=request.vars.datum
with fromdate=form.vars.datum

fromdate=request.vars.datum
todate=form.vars.datum+datetime.timedelta(days=int(form.vars.dagen))

Exposing the function now results in the following error ticket:
File "/Library/Python/2.5/site-packages/web2pyfitwise/gluon/sql.py",
line 664, in <lambda> **b)
DataError: date/time field value out of range: "22-04-2009"
HINT:  Perhaps you need a different "datestyle" setting.


This got me to the view, where the following line of code is causing
an error:

{{=db.event.van_datum.format(event.van_datum)}}


Traceback (most recent call last):
  File "/Library/Python/2.5/site-packages/web2pyfitwise/gluon/
restricted.py", line 98, in restricted
    exec ccode in environment
  File "/Library/Python/2.5/site-packages/web2pyfitwise/applications/
core/views/eventlist/byplace.html", line 99, in <module>
AttributeError: 'SQLField' object has no attribute 'format'

{{=event.van_datum}} displays the date formatted YYYY-mm-dd whereas I
need dd-mm-YYYY


I hope this is the last hurdle to overcome.


Annet.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to