dateym{...}

Creates a year-month value -- this is a date without a day of the month. You can use month numbers or English month names.

ExamplesClick an example to insert it
dateym{April 2003}dateym from ym(2003{year}, 4{month})
dateym{11/2010}dateym from ym(2010{year}, 11{month})
dateym{Sep 1921}dateym from ym(1921{year}, 9{month})