SHDate.getDaysInMonth()¶
امتحان کنید
Syntax¶
getDaysInMonth();
پارامتر¶
مقدار برگشتی¶
نمونهها¶
استفاده از getDaysInMonth()
¶
var dey90 = new SHDate("Dey 25, 1390 23:15:30");
var day = dey90.getDaysInMonth();
console.log(day); // 25
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getDaysInMonth