ces1a Posted May 11, 2016 Share Posted May 11, 2016 Here is a sample of what some replies are referring you to: You merely pass the month and year to _DateDaysInMonth( ) and it returns the last day for that month. #include <Date.au3> MsgBox(0, '', _DateDaysInMonth(2016, 5)) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now