I think date formatting is not implemented consistently with Liquid documentation, so try:
{{ issue_date | date:"yy" }}
or {{ issue_date | date:"yyyy" }}
That should work.
I think date formatting is not implemented consistently with Liquid documentation, so try:
{{ issue_date | date:"yy" }}
or {{ issue_date | date:"yyyy" }}
That should work.