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 -or- Go into your OS's date format control panel and change the format there. Paul -- http://paulmcnett.com _______________________________________________ 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]
