string days-to-date(number)
This function returns a string containing a lexical xsd:date that corresponds to the number of days passed as the parameter according to the following rules:
1970-01-01.NaN results in output of the empty string.Examples:
days-to-date(11688)
returns 2002-01-01
days-to-date(-1)
returns 1969-12-31