Answers for "what is one month 30 days or acco to calendar"

0

calendar check if month is 30 days

if( 0x0A50 & (1<<month) != 0 )
//(month==4||month==6||month==9||month==11) is perfectly ok
Posted by: Guest on July-01-2021

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language