Tanggal jam php

//hour notation
$today = date("g");  // 5 pm
$today = date("G");  // 17:00
Andrew Lautenbach