currentDate does not include the selectedTime
Open
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 858
- PR merge metrics
- No merged PRs in 30d
Description
### I'm Submitting a ...
```
[ ] Bug report
[ ] Feature request
[x] Support request
```
### Steps to Reproduce
Using the `isValidDate` prop returns only the date inside the first parameter, when it should return the date + selected time.
### Expected Results
When a time is selected, the `currentDate` object contains the time within it.
### Actual Results
All dates have no time (i.e. `Wed Dec 08 2021 00:00:00 GMT-0800`)
Contributor guide
Assessment
This issue has not been assessed yet.