Javascript Function to Print the Number of Days in a Month
To print the number of days in a given month, we can use the getDate() javascript function. This will returns the total days of the month according to local time. getDate() function return the data in integar format from 1 to 31. Syntax is:
1 |
Date.getDate() |
Javascript Function to Get Days in Month: You can try …
Javascript Function to Print the Number of Days in a Month Read More »