PHP Date

Discussion in 'PHP and MySQL' started by vareside, Jun 27, 2008.

  1. vareside New Member

    Hi folks,
    I need a script which displays the date in the following scheme:

    Example:
    Friday June 27

    Snippets, hints, tutorials etc are welcome.

    Max
  2. ishkey Mod - Designer

    <?
    echo date("l/F/d")
    ?>
  3. vareside New Member

    Thanks you very much.
  4. Sakari New Member

    Thanks to share this syntax
    <?
    echo date("l/F/d")
    ?>

    Thanks you very much. Today I have learn too much precious things . i have no word to says thanks . i am also want insert date in this format.
  5. pezboy45 Mod/Design & Coder [Pro]

    If you want more like this: w3schools
    Great place for all those needs.

    Enjoy.