I just figured out a trick. Maybe everyone knows how to do it, but, in case you don’t, I thought I would share it.
I’ve always found it annoying that, when you try to create a Year calculated field, such as
=year([Start Date])
the year ends up being displayed as 2,006
I just figured out, however, that if you write the calculated field as follows:
=year([Start Date]) & “”
it will instead display as 2006