In Witango %w will return the day of the week (0-6, Sunday is zero) so you could easily calculate the amount of Saturdays and Sundays between two dates - either with Witango or with javascript.
However below you say you want to calculate the number of holidays and so you would still need something to determine the amount weekdays which are holidays - depending on where you live in the world will determine which days are holidays.... JJ This I'm sure is possible --- "Anthony M. Humphreys" <[EMAIL PROTECTED]> wrote: > Does anyone have a Tango/Witango or JavaScript > Holiday calculator that they > are willing to share? > > I know about this: > > http://gethelp.devx.com/techtips/thesqlpro/10min/10min0201/10min0201.asp > ...but this is a bit too clumsy for my purposes. > > I was hoping for a program that can calculate > holidays, not a brute force > method where I have to add all the dates and > holidays into a table before > hand. > > Anyone got some ideas? > > Anthony - > > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to > [EMAIL PROTECTED] > with unsubscribe witango-talk in the > message body __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
