ppj 0 Report post Posted March 6, 2005 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! Share this post Link to post Share on other sites
bjrn 0 Report post Posted March 6, 2005 date("F j, Y"); Share this post Link to post Share on other sites
webaurores 0 Report post Posted March 7, 2005 you can find more information about time and date formarts in PHP here Share this post Link to post Share on other sites