I am having a problem with flex.
How can I get the number of Days in a particular month in Flex?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the Date object , setting the day to 0,
getDatewill return the last day in the month which is also the day count; you have also to give the year you want to check, because you know february can have 29 days.