Administrators Nabeel Posted June 12, 2009 Administrators Report Share Posted June 12, 2009 Rev 706 - Added date compacted/extended to app.config12 June 2009, 7:47 amRev 706 - nabeel (3 file(s) modified)Added date compacted/extended to app.config~ /trunk/admin/templates/ops_scheduleform.tpl~ /trunk/core/app.config.php~ /trunk/core/classes/Util.class.phpSource: phpVMSDownload from http://downloads.phpvms.net Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted June 12, 2009 Author Administrators Report Share Posted June 12, 2009 To use, add this to local.config.php: (Without the <?php part) <?php Config::Set('DAYS_COMPACT', array('Su', 'M', 'T', 'W', 'Th', 'F', 'S', 'Su')); Config::Set('DAYS_LONG', array('Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday' ) ); And change appropriately Link to comment Share on other sites More sharing options...
Recommended Posts