Skip to main content
Inspiring
August 28, 2006
Pregunta

ASP Classic - day of date

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

Thanks


Este tema ha sido cerrado para respuestas.

1 respuesta

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
>