Break it apart one function at a time.....
What results are you getting?
--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
...Offering free scripts & code snippits for everyone...
---------------------------------------------------------
"J. Muenchbourg" <jodaddy@canada.com> wrote in message
news:OiAg5VgXDHA.2236@TK2MSFTNGP10.phx.gbl...[color=blue]
>
> I'm trying to get the date from a request-query post that contains a
> year (request("season") and a week number from that year
> (cint(request("gameweek"))+35) I added 35 to the week number because pro
> football usually starts on the 36th week of the year (if it doesn't,
> i'll figure that out later). The DatePart builtin function looks like it
> would be the best tool to use, but it doesnt parse what I want.
> I just want to do a simple display with something that resembles:
>
> response.write
> cdate(datepart(m,d((cint(request("gameweek"))+35)) )request("season"))
>
> what steps am I missing?
> Thanks
> Muench
>
> *** Sent via Developersdex
http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it![/color]