Hi, I am looking at functions that convert standard date to Julian data and vice versa. I tried to search the forum, but found nothing. Thanks, G
Hi
check this website; there you will find the information, you just will need to modify it to vb.
http://www.cpearson.com/excel/jdates.htm
use this:
dim jd as Double ' julian day dim mDate as date ' your date mdate = Now() jd = mdate.ToOADate