Class: assembleDateString

assembleDateString(year, month, day)

new assembleDateString(year, month, day)

Formats a year, month, and day value into a string form appropriate for our database.
Parameters:
Name Type Description
year number | string The year value of the date.
month number | string The month value of the date.
day number | string The day value of the date.
Source: