#541 Fixed bug in the export for spreadsheet (time format)

SVN:trunk[1947]
This commit is contained in:
Romain Quetiez
2012-04-06 09:51:25 +00:00
parent 1241592fee
commit 3a841269ec

View File

@@ -1389,7 +1389,7 @@ EOF
{
$iDate = AttributeDateTime::GetAsUnixSeconds($oObj->Get($sAttCode));
$aRow[] = '<td>'.date('Y-m-d', $iDate).'</td>';
$aRow[] = '<td>'.date('h:i:s', $iDate).'</td>';
$aRow[] = '<td>'.date('H:i:s', $iDate).'</td>';
}
else
{