Please enter Year and Month to display the Calendar from the Unix system.
Please try the following cases, and explain the results
- Year= (empty), Month= (empty)
- Year=2021, Month= (empty)
- Year=2021, Month=0
- Year=2021, Month=-3
- Year=2021, Month=b
- Year=2021, Month=3.2
- Year=2021, Month=10
- Year=2021, Month=101
- Year=-2, Month=101
- Year=a, Month=10