$ADODB_DATE_LOCALE

TypeMixed
Defaultfalse
Formatarray ($dateFormat,$timeFormat)

Deprecated since ADOdb 5.22.6, and removed in 5.23.0. Use 64-bit native PHP functions instead.

Description

This global variable provides a default format to adodb_strftime() to improve the speed of date/time conversions. The format is an array:

Usage

$ADODB_DATE_LOCALE = array('d/m/Y','H:i:s');