dateym from ym
(
year
,
month
)
dateym
Type:
(
Number
{year}
,
Number
{month}
)
->
DateYM
Creates a year-month value from the given year and month.
Examples
Click an example to insert it
dateym from ym
(
1998{year}, 07{month}
)
→
dateym{1998-07}
dateym from ym
(
2004{year}, 08{month}
)
→
dateym{2004-08}