ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:datetime:adodb_date_locale

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
datetime:adodb_date_locale [2015/11/26 16:48] mnewnhamv5:datetime:adodb_date_locale [2023/05/18 18:55] (current) – Deprecated dregad
Line 6: Line 6:
 |Format|array ($dateFormat,$timeFormat)| |Format|array ($dateFormat,$timeFormat)|
 </WRAP>            </WRAP>           
 +
 +<WRAP important>
 +[[datetime_index#deprecated|Deprecated]] since ADOdb 5.22.6, and [[https://github.com/ADOdb/ADOdb/issues/970|removed in 5.23.0]].
 +Use 64-bit native PHP functions instead.
 +</WRAP>
  
  
 ===== Description ===== ===== Description =====
-This global variable provides a default format to [[datetime:adodb_strftime|adodb_strftime()]] to improve the speed of date/time conversions.+This global variable provides a default format to [[v5:datetime:adodb_strftime|adodb_strftime()]] to improve the speed of date/time conversions.
 The format is an array: The format is an array:
-  * 1st element is date format using [[datetime:adodb_date()]] syntax +  * 1st element is date format using [[v5:datetime:adodb_date]] syntax 
-  * 2nd element is the time format, also in [[datetime:adodb_date()]] syntax+  * 2nd element is the time format, also in [[v5:datetime:adodb_date]] syntax
    
 ===== Usage ===== ===== Usage =====
v5/datetime/adodb_date_locale.1448552885.txt.gz · Last modified: 2017/04/21 11:27 (external edit)