Use below formula to extract the number of days for a specific month
=DAY(DATE(theyear,themonth+1,1)-1)
For Example; suppose you require to display number of days for the month of Feb 2014
=DAY(DATE(2014,2+1,1)-1)
This equals 28
Use below formula to extract the number of days for a specific month
=DAY(DATE(theyear,themonth+1,1)-1)
For Example; suppose you require to display number of days for the month of Feb 2014
=DAY(DATE(2014,2+1,1)-1)
This equals 28
From command prompt; run the below command
wmic baseboard get product,manufacturer,version,serialnumber