Class: YMDDate

YMDDate(dateString)

A class to represent a date in the format YYYY-MM-DD.

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: