3
Thanks Dave,
This helped a bunch:
http://www.php.net/manual/en/function.date.phpAnd for anyone else you can change it here:
/xoops/html/language/english/global.php
Line 160
define("_DATESTRING","n/j/Y g:i A");
Line 161
define("_MEDIUMDATESTRING","n/j/Y g:i A");
Line 162
define("_SHORTDATESTRING","n/j/Y");
I hope that helps someone with the same problem.
Now, if anyone can help me fix the global date functions for agendax-x that would be awesome. Nothing helpful or up to date here or on the agenda-x site that I could find.