Data synchro: web service synchro_import - usage to expose the real default date format (mySQL datetime format)

SVN:trunk[4266]
This commit is contained in:
Romain Quetiez
2016-06-29 13:47:58 +00:00
parent c44284dc3c
commit 3a25916f00

View File

@@ -96,7 +96,7 @@ $aPageParams = array
(
'mandatory' => false,
'modes' => 'http,cli',
'default' => '',
'default' => 'Y-m-d H:i:s',
'description' => 'Input date format (used both for dates and datetimes) - Examples: Y-m-d, d/m/Y (Europe) - no transformation is applied if the argument is omitted. (note: old format specification using %Y %m %d is also supported for backward compatibility)',
),
'separator' => array