astralaaron 17 Posted May 24, 2007 Report Share Posted May 24, 2007 how do you display a date/time like this Mar 24 2007, 12:21 AM Quote Link to post Share on other sites
murfitUK 0 Posted May 24, 2007 Report Share Posted May 24, 2007 Something like:$now=Date("M d Y, H:i A");print $now; Quote Link to post Share on other sites
henryhenry 0 Posted May 24, 2007 Report Share Posted May 24, 2007 Here's the php.net page http://www.php.net/manual/en/function.date.php with all the options for date.If you use firefox, create a search on the functions list (ie right click on the search input at the top right and select 'Add a keyword for this search'). Then you can search php functions from the address bar - much quicker! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.