Administrators Nabeel Posted June 12, 2009 Administrators Report 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
Administrators Nabeel Posted June 12, 2009 Author Administrators Report 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
Recommended Posts