Xoops Development::strtotime in edit mod
I noticed that even for xoops a part of the class remained unchanged
You could add this constant, right?
I think that there are too few cases of format, for what it offers php, we should exploit all
I noticed that even for xoops a part of the class remained unchanged
case 'mysql':
$datestring = 'Y-m-d H:i:s';
break;
You could add this constant, right?
case 'mysql':
$datestring = _DBTIMESTAMPSTRING;
break;
I think that there are too few cases of format, for what it offers php, we should exploit all