JavaScript getUTCDay Function

JavaScript getUTCDay function is one of the Date Functions, which returns the day number of a given date according to universal time. Day Number starts at 0 and ends at 6, where 0 is Sunday, and six is Saturday. The syntax of the getUTCDay function is: Date.getUTCDay() JavaScript getUTCDay Example Here, we use getUTCDay to … Read more