I am trying to show different between 2 dates. My database fields are proj_starts and proj_end. I want to calculate it in blade. It show me error.
<td>
<?php
$to = \Carbon\Carbon::createFromFormat('Y-m-d', ?> <?php );
$from = \Carbon\Carbon::createFromFormat('Y-m-d', ?> <?php );
$diff_in_days = $to->diffInDays($from);
echo $diff_in_days;
?>
</td>
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2D5cG0o
via IFTTT
Aucun commentaire:
Enregistrer un commentaire