Date and Time in PHP

free web hosting
Free Web Hosting, No Ads > Have your say > General Talk

Date and Time in PHP

adrein
Does anybody here knows how to make the date in my script from 01-10-2004 to January 10, 2004. My script displays the date in this format and I want to make it like the latter but I don't know how. The script uses a database. Just wanna ask if what type should be the date in the db?
I know how to make it January 10, 2004. It's like date("m i, Y")
Hope somebody'll reply!

Reply

welbis
i remember when i didnt know this - i made this hugely complicated 'if then' script....then found that it was easy enough.

Probably best to just stick 'php time' into google - though i might copy it across for you later.

There are 2 different formats....

UNIXTIME - which is the number of seconds from the epoch (1st of Jan 1970) (if anyone wants to convert this to number of years / weeks / days/ hours /minutes / seconds ...then i made another script to do it...cos i dont know that much about strings, if someone wants to explain that would be cool)

Or there is the date format....

generally you get the unix format with the now() command, and get the date format with another one.... its all on google, i havnt remembered it - i just copy it from where i have it when i need it or look it up.

Reply

Isidor
Hmm... I'm not sure if I understand your problem correctly, but maybe you need this:

CODE


$time= ...  // get the date from database



$time=strtotime($time); // converts mysql date format ("2004-11-20") into UNIX type time variable (number of sec. since 1/1/1970)



$date=date("m i, Y", $time);  // the date() function takes as an optional second parameter an UNIX type time variable


Reply

adrein
Looks like it's closer to my problem. But where should I place this code? In my config.php?

Reply

welbis
i store my data in the db in datetime format.

using

$time = now();

and inserting it with..
FROM_UNIXTIME('$time')

in the sql command.

Reply

suzhou
thank you!

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:


*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for date, time, php

*MORE FROM TRAP17.COM*
advertisement



Date and Time in PHP



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE