How can you get the full year (4 digits) from a Date object?
date.getYear()
date.getFullYear()
date.getUTCFullYear()