<footer class="footer text-center" style="background-color:#195CDE; border: 1px solid #000000; border-radius: 4px;">
<span class="glyphicon glyphicon-copyright-mark"></span>
Team-07 Institut Teknologi Del
<?php
date_default_timezone_set('Asia/Jakarta'); // untuk format indonesia
echo date('Y'); // day tanggal M month bulan Y Year
// H = Hours jam // i = menit // s = second detik
?>
</footer>