Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function daysInaMonth(month, year) {
- console.log(new Date(year, month, 0).getDate());
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement