Skip to main content
Inspiring
August 28, 2006
Question

ASP Classic - day of date

  • August 28, 2006
  • 1 reply
  • 238 views
How do I get the number of the date i.e. Feb 5 = 35, Mar 20 = 70 (or
whatever)?

Thanks


This topic has been closed for replies.

1 reply

Inspiring
August 28, 2006
Nevermind. The following appears to work...

The Day of Year is <%=DatePart("y",Now())%>

Let me know if this is incorrect.
Thanks

"Jason Cook" <jason@gcstulsa.com> wrote in message
news:ecv37n$jk8$1@forums.macromedia.com...
> How do I get the number of the date i.e. Feb 5 = 35, Mar 20 = 70 (or
> whatever)?
>
> Thanks
>