PDA

View Full Version : Date??


frandy
17 Aug 2006, 18:05
whats the code im using to get the dateline parased so it shows an actual date rather than the string of numbers?

Antivirus
17 Aug 2006, 19:27
use the following:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



where $mydate is the variable you are outputting to your template, and $date['dateline'] is the raw date string of numbers you're getting from your query.

frandy
17 Aug 2006, 19:54
thanks, ill see if i can get it goin from ther