advertisement

Find Code  Advanced Search   

Free Newsletters:   
browse free vb code
Submit Code
ASP,  HTML, and XML
Database
Dates  and Math
Files  and Directories
Forms  and Controls
Lists,  Collections, and Arrays
Miscellaneous
Multimedia/Games
Office/VBA
Network/Internet
Registry
Screen/Graphics
String  Manipulation
System/API
Windows  2000/XP
VB.NET/ASP.NET



advertisement
Convert any Date Value to Julian Date Value

Author: Anonymous
Category: Dates and Math
Type: Snippets
Difficulty: Intermediate

Version Compatibility:  Visual Basic 5   Visual Basic 6

More information: The Code can be used on any VB platform, since it uses basic VB functions, and is not dependent upon version specific code, i.e. functions only introduced in certain version of VB. (By the way, a Julian Date is defined as a serial number equal to the number of days elapsed since January 1, 4713 BCE).

This code has been viewed 80626 times.

Instructions: Copy the declarations and code below and paste directly into your VB project.


Declarations:

Code:

No Text Boxes

Sponsored Links