Results 1 to 5 of 5

Thread: Display day of week from date [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2000
    Location
    Minnesota
    Posts
    830

    Display day of week from date [RESOLVED]

    I have a list of dates in the following format:
    14/Jun/2003
    18/Jul/2003
    09/May/2003
    ...
    This list will keep continuing to grow so it can not be hard coded.

    I would like to be able to determine from this date format what the day of the week it is (Mon, Tues, Wed, etc...). Is this even possible? I know that if I had the month in a numberic value I could use:
    getdate(mktime(0,0,0,$month, $day, $year)).

    My second question would be then, Is it possible to convert a month, Jul to 07?

    Thanks for the help in advance.
    Last edited by lleemon; Jul 18th, 2003 at 12:38 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width