I'm trying to rewrite my photo handling expressions to make use of date parameters in the file structure:
If [date] is 13/2/2014 I want the output file structure to be 2014/2014.02
How can I output the month to a number (ie February = 2)
I've tried =[date (month)]&DataType=[Integer]
and =[date (month)]&DataType=[Number]
But it always just outputs "February" or "March" etc.
I tend to just fumble around with expressions and through some combination of trial & error and luck I usually get there in the end
but I can't figure this one out. Any help greatly appreciated!