Tag Archives: find Number of Days in years

Find the Number of Days passed between Years

One of the date function which will return the number of days passed between 1/1/1600 and the parameter date. Syntax :     nday(date_exp) Parameters:    date_exp –   date expression Example :   X = nday(date$) Description : The nday function allows us to go from a date to a number of days. We may replace nday(DATE) with DATE… Read More »