y-m-d (default), 2 => m/d/y, 3 => d.m.y $config['duedateformat'] = 1; # First day of week: 0-Sunday, 1-Monday, 2-Tuesday, .. 6-Saturday $config['firstdayofweek'] = 1; # select session handling mechanism: files or default (php default) $config['session'] = 'files'; # Date/time formats $config['clock'] = 24; $config['dateformat'] = 'j M Y'; $config['dateformatshort'] = 'j M'; # Show task date in list $config['showdate'] = 0; # Autodetect mobile devices and switch theme $config['detectmobile'] = 1; ?>