FROMEXCELDATE

Excel stores dates as sequential serial numbers so that they can be used in calculations. The FROMEXCELDATE function converts an excel recognized serial number to the equivalent date in DD/MM/YYYY format. Node references are also accepted as arguments.

Syntax

fromexceldate(value)

Arguments

value- The numeric excel date value.

Return value

Date

Example

fromexceldate(39457)

Returns 10/1/2008.

Last updated