- Home
·
- Miscellaneous
·
- Function that returns the Julian Date in the YMMM format of the current system date
Function that returns the Julian Date in the YMMM format of the current system date
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
(1(1 Vote))
'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
Function that returns the Julian Date in the YMMM format of the current system date Comments
No comments yet — be the first to post one!
Post a Comment