This function is deprecated.
//Replacement function: CL_dat_convert
//Converts a calendar date into a Julian day.
//Notes:
//- Years are counted astronomically. The year 1-BC is 0, 2-BC is -1, ...
//- The dates are relative to the Julian calendar before 4th october 1582 24h (Julian calendar), and to the Gregorian calendar after 5th October 1582 0h (Julian calendar), that is, after 15th october 1582 0h (Gregorian calendar).
//- Julian day 0 is 1st January -4712 12h (Julian calendar)
//See Dates and time scales for more details.
//