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