I'm sure I'm doing something ridiculous here. I am simply trying to format a date. So for example, I use the following function to format the Created Date:
fn-FormatDate({ItemProperty:Created},"yyyy")
I'm figuring this should return: 2016
What it is returning is: fn-FormatDate({ItemProperty:Created},"yyyy")
..the entire string of the function I've typed in.
Am I using the correct format? This is from a string builder.
Thanks for any help!
Cheers,
Troy