Day of the week

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thierry

    Day of the week

    Hello,

    I'm looking for some code who return the day of the week from a date.

    For instance : May 18th 2003 --> saturday

    Any help is welcome.

    Titi
  • Janwillem Borleffs

    #2
    Re: Day of the week

    Thierry wrote:[color=blue]
    > I'm looking for some code who return the day of the week from a date.
    >
    > For instance : May 18th 2003 --> saturday
    >[/color]




    JW



    Comment

    • Thierry

      #3
      Re: Day of the week

      Janwillem Borleffs a écrit :[color=blue]
      > Thierry wrote:
      >[color=green]
      >>I'm looking for some code who return the day of the week from a date.
      >>
      >>For instance : May 18th 2003 --> saturday
      >>[/color]
      >
      >
      > http://www.php.net/date[/color]

      Super, Thx a lot.
      Titi

      Comment

      • Mladen Gogala

        #4
        Re: Day of the week

        On Sat, 27 Aug 2005 22:41:52 +0200, Thierry wrote:
        [color=blue]
        > Hello,
        >
        > I'm looking for some code who return the day of the week from a date.
        >
        > For instance : May 18th 2003 --> saturday
        >
        > Any help is welcome.
        >
        > Titi[/color]

        pear install -f Calendar

        --


        Comment

        • Thierry

          #5
          Re: Day of the week

          Mladen Gogala a écrit :
          [color=blue]
          > pear install -f Calendar[/color]

          What does it add ?

          Comment

          • Andy Hassall

            #6
            Re: Day of the week

            On Sat, 27 Aug 2005 22:41:52 +0200, Thierry <abuse@microsof t.com> wrote:
            [color=blue]
            >I'm looking for some code who return the day of the week from a date.
            >
            >For instance : May 18th 2003 --> saturday[/color]

            May 18th 2003 was a Sunday :-)

            --
            Andy Hassall :: andy@andyh.co.u k :: http://www.andyh.co.uk
            http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool

            Comment

            • Mladen Gogala

              #7
              Re: Day of the week

              On Wed, 31 Aug 2005 23:32:52 +0200, Thierry wrote:
              [color=blue]
              >
              > What does it add ?[/color]

              Calendar package, for handling calendar. You can see it all on


              --


              Comment

              Working...