How to show the date?

Discussion in 'PHP' started by fryman, Apr 2, 2005.

  1. #1
    I would like to show the current date on my pages, what would be the easiest way to do it? Something like March 1, 2005

    Need to keep track of the engine's caches :)
     
    fryman, Apr 2, 2005 IP
  2. nullbit

    nullbit Peon

    Messages:
    489
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #2
    
    echo date("F j, Y");
    
    PHP:
    The above would be the form you posted, e.g. for today it would display:
     
    nullbit, Apr 2, 2005 IP