Jump to content

Time Display in PHP


GrumpyBum84

Recommended Posts

Hi All,

 

Hopefully there is a simple solution but I cannot get the time display working on an Application I am building.

Well, this works but not the way I want it too :(

 

I have done the following,

 

$date=getdate();

$time="$date[hours]:$date[minutes]";

 

However, when it is say 11:07pm

I get the following when I print this to HTML ("print $time;"),

 

23:7

 

I have googled this but I am having trouble working out how to ensure this displays '23:07' instead.

And I know that I could write code to detect the 1 char length and add a '0' in the front, but I was hoping that there is a more simplistic answer to this.

 

This works fine when the minutes selection in 30 or any other number ending in '0', only an issue with the leading 0.

 

Thanks in advance.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.