isValidDate
A utility function that checks if a date is valid.
Loading...
Invalid Date ❌
Installation
Install the following dependencies
Loading...
API Reference
Input Params
| Type | Default | Description |
|---|---|---|
Date | - | The date to check if it is valid. |
Return Value
| Type | Default | Description |
|---|---|---|
boolean | - | Indicates if the date is valid. |