Indicates how a Date object should be interpreted. Either we can take getYear(), getMonth() etc for our field values, or we can take getUTCYear(), getUtcMonth() etc to do that.
Use the Date.getFullYear(), Date.getMonth(), ... functions.
Use the Date.getUTCFullYear(), Date.getUTCMonth(), ... functions.
Indicates how a Date object should be interpreted. Either we can take getYear(), getMonth() etc for our field values, or we can take getUTCYear(), getUtcMonth() etc to do that.