On Thursday 21 May 2009 07:30:06 pm larry wrote:
> Paul,
>
> How do you set the date format for a date type field? I have..
>
> dabo.settings.dateFormat = "%m/%d/%Y"
>
> declared but the report shows in yyyy-mm-dd format.
>
> Thanks,
> Larry

Just use the something like the following in the expr for the field.
datetime.date.today().strftime("%d.%m.%Y")



-- 
John Fabiani
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to