framework
framework copied to clipboard
format for yearmonth
There should be a format option for writing a field with type yearmonth differently. In German it is common to write month and year as MM.YYYY. Therefore, it would be nice if I could write in a table schema
{
"name": "month",
"type": "yearmonth",
"format": "%m.%Y"
}