dateym from date
(
date
)
dateym
Type:
(
Date
)
->
DateYM
Gets the year and month part of a Date as a DateYM.
Examples
Click an example to insert it
dateym from date
(
from text
(
"2001-03-04"
))
→
from text
(
"2001-03"
)