c_CONVDATE — Function to convert dates from AAAAMMJJhhmm format to Excel numerical format and vice-versa
ConvSerie = c_CONVDATE(ConvType,InputSerie)
Conversion type
0 = From calendar type (AAAAMMJJHHmm) to Excel numerical type (1 unit = 1 day, 1 = 1/1/1900 00:00)
0 = From Excel numerical type to calendar type
Serie of dates to convert
Converted dates
WARNING : This function is written in C language and interfaced with SCILAB (HYDROGR.dll).
This function takes care of bi-sextile years.