N news.microsoft.com Oct 22, 2003 #1 Is there some sort of function within VB, that would allow me to convert a datetime to/from a julian date Thanks
Is there some sort of function within VB, that would allow me to convert a datetime to/from a julian date Thanks
C ChrisWoodruff Oct 22, 2003 #2 Is there some sort of function within VB, that would allow me to convert a datetime to/from a julian date Thanks Click to expand... I don't think there is one built in, but a quick search on CodeHound.com showed a few people offering up small routines to do the conversion... http://www.codehound.com/vb/results/results.asp?Q=Julian+Date Hope that helps, Chris
Is there some sort of function within VB, that would allow me to convert a datetime to/from a julian date Thanks Click to expand... I don't think there is one built in, but a quick search on CodeHound.com showed a few people offering up small routines to do the conversion... http://www.codehound.com/vb/results/results.asp?Q=Julian+Date Hope that helps, Chris
F Fergus Cooney Oct 22, 2003 #3 Hi Someone, In the System.Globalization namespace there is a whole selection of Calendars, including GregorianCalendar and JulianCalendar. Worth investigating, I'd say. ;-) Regards, Fergus
Hi Someone, In the System.Globalization namespace there is a whole selection of Calendars, including GregorianCalendar and JulianCalendar. Worth investigating, I'd say. ;-) Regards, Fergus