Posted inAll / Php Get hours, minutes and second of the current time using date function in php by SuryaJanuary 15, 2011December 4, 20230 <?php $hours = date("H"); $minutes = date("i"); $seconds = date("s"); ?> Surya More by Surya