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

SVN:1.2[1946]
This commit is contained in:
Romain Quetiez
2012-04-06 09:41:43 +00:00
parent 9d9b923b7e
commit 6b526ba455

View File

@@ -1366,7 +1366,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
{