Return the last two digits of the current year. For example return "14" in 2014
Return the last two digits of the current year. For example return "14" in 2014
I wish to have it returned as a string value that i can concatenate into a file name. I guess that it is an index value truncation but I cannot remember.....