VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Function that returns the Julian Date in the YMMM format of the current system date

by Norman King (2 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Sun 28th February 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Function that returns the Julian Date in the YMMM format of the current system date

Rate Function that returns the Julian Date in the YMMM format of the current system date



     'By Norman King, 07/31/96 
     'This function takes the current date and returns it as a Julian date. 
     jnow = Right$(Format(Date, "yy"), 1) & Format$(Date, "y") 
End Function 

Download this snippet    Add to My Saved Code

Function that returns the Julian Date in the YMMM format of the current system date Comments

No comments have been posted about Function that returns the Julian Date in the YMMM format of the current system date. Why not be the first to post a comment about Function that returns the Julian Date in the YMMM format of the current system date.

Post your comment

Subject:
Message:
0/1000 characters