Formula for displaying year

T

tryskamp

I am a novice infopath user so this will probably be easy to answer. What
formula do I use to automatically display the current creation year?
Thank you
 
S

S.Y.M. Wong-A-Ton

Set this expression as the Default value for a field:
substring(today(), 1, 4)
 
Top