i have a code that grabs a date from a stores it in a variable
i then what to grab the year from that date and store it in another variable but only the last two digits (2015 would become 15)
n = Month(ddate)
is there a change to this line to make that happen?

Thank you