Results 1 to 2 of 2

Thread: Julian Date (Days) in VB.NET

  1. #1

    Thread Starter
    Registered User
    Join Date
    Jul 2000
    Posts
    52

    Julian Date (Days) in VB.NET

    I want to obtain the julian date in days in vb.net. Any idea how to do it? I need it to be in the ### format. (ex - February 1st would be 032)

    Thanks for the help...

    shootsnlad

  2. #2
    Member
    Join Date
    Sep 2002
    Posts
    37
    Now.DayOfYear.ToString.PadLeft(3, "0")


    For Today January 31 you shoud get '031'.


    Harold Hoffman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width