[GIS] Formatting Date Label in ArcMap

arcgis-10.2arcgis-desktopdatelabeling

I was hoping someone could help me with this. I know this is probably easy but I am still new to ArcMap.

I need to label pipe mains with the year installed but my attributes have the entire date. How can I format the label to only display the year (yyyy)? I am using ArcMap 10.2.2 and VBScript. I have included screenshots to show where I am at currently.

Labeling Screenshot 1

Labeling Screenshot 2

Best Answer

You should be able to use the Year function directly in your label expression:

[Diameter] & " " & [Material] & " Installed: " & Year([InstallDate])