Corrected Typo

This commit is contained in:
Michael RICOIS 2013-12-02 16:23:04 +00:00
parent 4c4a8efdc3
commit 8a756d91eb

View File

@ -71,11 +71,11 @@ select, input {
</div>
<div class="StyleInfoData" style="float:left; margin-top:20px; ">
<div id='dateInsert'>
<?php $date = new zend_Date($getcutoff['dateInsert'], 'yyyy-MM-dd')?>
<?php $date = new Zend_Date($getcutoff['dateInsert'], 'yyyy-MM-dd')?>
<?=$date->toString('dd/MM/yyyy')?>
</div>
<div>
<?php $date = new zend_Date($getcutoff['dateUpdate'], 'yyyy-MM-dd')?>
<?php $date = new Zend_Date($getcutoff['dateUpdate'], 'yyyy-MM-dd')?>
<?=$date->toString('dd/MM/yyyy')?>
</div>
</div>