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.
use this:
dim jd as Double ' julian day
dim mDate as date ' your date
mdate = Now()
jd = mdate.ToOADate
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.