Just to know if this scenario it's possible:
1) We have a custom field that accept a number (year). Can be a dropdown (begin 1970, ends 2016).
2) Output will be print according to the year:
Thanks!
1) We have a custom field that accept a number (year). Can be a dropdown (begin 1970, ends 2016).
2) Output will be print according to the year:
if 1970, output is "70's period"
if 1979, output is "70's period"
if 1986, output is "80's period"
if 2010, output is "10's period"
.......
It's possible without custom work?if 1979, output is "70's period"
if 1986, output is "80's period"
if 2010, output is "10's period"
.......
Thanks!