Hey Guys! I'm using the following code to get the current time in php: <?php $time = time(); ?> The output is just lots of numbers like so '1196348581' so how do i change the output layout to something like 15:04:22 (hours, minutes, seconds)? Thanks