In case you are still looking for the correct SpEL syntax,
here's what worked for me:
Notice:
- added
th:text
to set the option text.
- used Joda-Time instead as
java.util.Date
wouldn't give me the desired outcome
Read this discussion on java.util.Date and getYear()