var strDate = new Date(); // By default Date empty constructor give you Date.now var shortYear = strDate.getFullYear(); // Add this line var twoDigitYear = shortYear.toString().substr(-2);