Date formats in PDF [message #1603] |
Thu, 04 September 2008 11:19 |
gpatti
Messages: 283 Registered: August 2008
|
Senior Member |
|
|
I'm trying to print reports via the PDF output, but am having a problem getting the date format correct.
The config.inc file has
// set date format - choose one of the following
$GLOBALS['date_format'] = 'dmy';
//$GLOBALS['date_format'] = 'mdy';
//$GLOBALS['date_format'] = 'ymd';
and I am seeing the correct date format on the screens. However, in the reports dates are showing as YYYY-MM-DD. Could something be overriding the config.inc?
Also, is it possible to specify any other date formats for printing, e.g. dd/mm/yy ?
Graham
|
|
|