Rework nuove librerie mongo
Signed-off-by: Riccardo Di Dato <r.didato@asdynamics.it>
This commit is contained in:
@@ -83,7 +83,7 @@ try{
|
||||
<div class="commentoTitolo"><?php echo $commento->titolo; ?></div>
|
||||
<div class="commentoTesto"><?php echo $commento->testo; ?></div>
|
||||
<div class="commentoUser"><?php echo $userString; ?></div>
|
||||
<div class="commentoDate"><?php echo date("d-m-Y H:i",$commento->date->sec); ?></div>
|
||||
<div class="commentoDate"><?php echo date("d-m-Y H:i",$commento->date->toDateTime()->getTimestamp()); ?></div>
|
||||
<div class="buttons">
|
||||
<a class="green" href="javascript:void();">Accetta</a>
|
||||
<a class="yellow" href="javascript:void();">Modifica</a>
|
||||
|
||||
Reference in New Issue
Block a user