Corrected Typo
This commit is contained in:
parent
4c4a8efdc3
commit
8a756d91eb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user