e.g.
Format: Select all
{ sy.joining('-', '(', ')') }Code: Select all
(2002-2003)Format: Select all
{ sy.joining('-', '(', ')') }Code: Select all
(2002-2003)e.g. season years:Orthos wrote: 26 Mar 2022, 09:00 When I use {sy} I get brackets around the season year. e.g. [2002] But I want parentheses instead.
Code: Select all
{ sy.joining('-', '(', ')') }Code: Select all
({ sy.first() })