On 06/21/2012 02:14 PM, Dave Kelly wrote: > After futher investigation, it seems to be related to Linux. I installed > the windows version and used the same database on an Ubuntu 12.04 server and > Postgres database. The date field is four digits using Windows. I then > installed it on Ubuntu 12.04 and it used two digits. > > I tried to install on CentOS 6 and did not succeed because I couldn't > install wxPython. > > It did not matter whether I started with a database that was already > populated or not. > > Does anyone have any ideas about where this is configured as I prefer to > develop in Linux. > > Dave Kelly
Try setting your own dateformat in your main() function: dabo.settings.dateFormat = "%d.%m.%Y" The format strings are documented in pythons strftime function: http://docs.python.org/library/time.html Hope this helps, Uwe _______________________________________________ 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]
