Constructor
new YMDDate(dateString)
Creates a YMDDdate object to store a date with easy access to the year, month, and day.
Parameters:
| Name | Type | Description |
|---|---|---|
dateString |
String | takes a string in the format YYYY-MM-DD |
- Source: