pen one
07/16/2021, 7:27 PM${.now?string('MMMM')} ${.now?string('yyyy')}David B
07/18/2021, 10:06 PM?string("format")The desired format can be specified likeMaybe apostrophes don't work? Try:or?string.format(or the historical equivalent,?string["format"]).?string("format")
${.now?string.MMMM} ${.now?string.yyyy}