Posted by Erwin
2013-11-28

Hi Tom

is it possible to change date format? We are using dd/mm/yyyy.
thx
Erwin
Posted by Tom
2013-11-28

Hi Erwin,

If you would like to change the output format of dates, you can edit the XA_FORMAT line in web/codelib/asc/df.fl.(table-name).inc.php
XA_FORMAT=>'Y-m-d',
For input, it currently only accepts the YYYY-MM-DD format. The validation code is located at the IsDateTime() function in web/codelib/slib/CValidator.inc.php