2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2009-07-29 23:10:15 +00:00
parent 4e8b96e405
commit 12f6752631
3 changed files with 27 additions and 29 deletions

View File

@@ -482,8 +482,8 @@ function dol_print_date($time,$format='',$to_gmt=false,$outputlangs='',$encodeto
* YYYYMMDDHHMMSS
* DD/MM/YY or DD/MM/YYYY (this format should not be used anymore)
* DD/MM/YY HH:MM:SS or DD/MM/YYYY HH:MM:SS (this format should not be used anymore)
* \return date Date
* \example 19700101020000 -> 7200
* 19700101020000 -> 7200
* \return date Date
*/
function dol_stringtotime($string)
{