RE: Convert date mmddyy to day of the week

2001-07-26 Thread Bob Showalter
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 25, 2001 4:33 PM > To: [EMAIL PROTECTED] > Subject: Convert date mmddyy to day of the week > > > I want to convert a date in the format mm/dd/yy to the day of > the week. For example 07/2

RE: Convert date mmddyy to day of the week

2001-07-26 Thread Tim Noll
TECTED] Subject: RE: Convert date mmddyy to day of the week Here is a shot. Take the date in splitting on 2 digits and / if there Print number of items in array Setup a Days array Use timelocal at noon to get total seconds Run seconds thru localtime

RE: Convert date mmddyy to day of the week

2001-07-25 Thread Wagner-David
Here is a shot. Take the date in splitting on 2 digits and / if there Print number of items in array Setup a Days array Use timelocal at noon to get total seconds Run seconds thru localtime (array defs are commented print out the date in form