On Thursday 17 January 2008 05:21:47 pm johnf wrote: > On Thursday 17 January 2008 04:21:40 pm Paul McNett wrote: > > johnf wrote: > > > Ok (on the paul-dabo branch) please make it simple for me. How do I > > > set Dabo to display MM-DD-YY? > > > > import dabo > > dabo.settings.dateFormat = "%m-%d-%y" > > > > -or to explicitly set the leading # of digits: > > > > dabo.settings.dateFormat = "%2m-%2d-%y" 01-01-98 > > dabo.settings.dateFormat = "%-m-%-d-%y" 1-1-98 or 12-15-98 > > Thanks I'll try it later this evening! > > > -or- > > > > Go into your OS's date format control panel and change the format there. > > That might work with windows (I haven't checked) but I know that changing > SUSE 10.3 to any format does not change what I get from Dabo. That is the > reason I brought up the SQL 92 standard. It's my understanding that SQL 92 > stores date information in a YYYY-MM-DD format. So when I retreive date > data I get 2007-12-31 (for 12Dec07). Anyway, if setting a Dabo format > will work I'm happy.
Displaying the date works as expected. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
