framework icon indicating copy to clipboard operation
framework copied to clipboard

format for yearmonth

Open jze opened this issue 1 year ago • 0 comments

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"
}

jze avatar Dec 02 '24 12:12 jze