JavaScript getDay Function

JavaScript getDay function is one of the Date Functions, which is useful for returning the Day number from a given date. The value returned by this getDay number will be : 0 is Sunday, 1 is Monday, 2 is Tuesday, etc. JavaScript getDay Function Example The following example helps you understand the get Day Function. Here, … Read more