1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

PHP PHP Date

Discussion in 'Web Development' started by vareside, Jun 27, 2008.

  1. vareside

    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

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

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

    vareside New Member

    Thanks you very much.
     
  4. Sakari

    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

    pezboy45 Mod/Design & Coder [Pro]

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

    Enjoy.