0
Show Date as Year Only
I have a date field named Vintage. How do I format it to only show the year, like 2008?
5 replies
-
Hi
year(Vintage)
orformat(Vintage, "YYYY")
to Formats a date as a string -
Obviously, I'm not placing the code in the correct place. Where doe it go? I still see the date as Jan 1, 2008
-
-
Formula goes in a formula field. A date field itself cannot be changed, just the looks in the calender are changed where you've put your formula in screenshot.
-
Got it. Then in my case, I will delete the date field and create a number field. That will work.
Content aside
- 5 yrs agoLast active
- 5Replies
- 1591Views