# TOEXCELDATE

The TOEXCELDATE function converts an input date to a serial number that Excel recognizes as a date. The input date should be in MM/DD/YYYY format. Node references are also accepted as arguments.

## Syntax

```javascript
toexceldate(date)
```

## Arguments

date - The input date which is to be converted into an excel sequential serial number.

## Return value

Number

## Example

```javascript
toexceldate('8/15/2023')
```

Returns 45153.

<figure><img src="https://content.gitbook.com/content/sB9HAei8v4FfKkH9M4gw/blobs/w9ggfFIMuMpbXxN1mPEK/image.png" alt=""><figcaption></figcaption></figure>
