Hello everyone,
Any help on this error would be much appreciated.
Fatal error: Call to undefined function format_shortdate() in C:\Apache2\htdocs\xxxxxx\include\commonfunctions.php on line 606
This is the error I am getting when I try to run after the build. Never had this one before, the date format in the database is
yyyy-mm-dd and I chose mm-dd-yyyy in the program.
Thank in advance
Gary
I got the site to run by changing the format of the date like so, $value = date('Y-m-d');
However the data is not loaded the ajax loading image is constant.