Jump to content

Converting time from mysql to php and store it back in a mysql database


justwannapost

Recommended Posts

I have created a database in mysql called 'buildings'.

Next to the name and cost i also have a need for a time to complete a building.

 

Thus i inserted a 'time' field in mysql (HH-MM-SS).

 

Now i wanted to know how i can tell php to interpretate it as a time.

 

And once i know that i want to know how i can store it back in mysql (i have a script to compare times).

 

Thanks for the answer in advance

 

Greetz

 

justwannapost

I've found that the easiest way to handle date and time is with Unix timestamps.  The date () function is so easy to work with that once you start using it, you wont use anything else.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.