Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ASP Classic - day of date

LEGEND ,
Aug 28, 2006 Aug 28, 2006
How do I get the number of the date i.e. Feb 5 = 35, Mar 20 = 70 (or
whatever)?

Thanks


TOPICS
Server side applications
238
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 28, 2006 Aug 28, 2006
LATEST
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
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines