JavaScript bir ayın gün sorun getiriliyor sayısı

0 Cevap php

i have a chain of year, month start day and end days select elements .. years and ofcourse months are available but the problem is with the number of days of the selected month to be selected from, as the start day !

i am using this in the JS file days = new Date(2010, 4, 0).getDate(); // returns 29 , which is supposed to be 30 !

Sorun nerede, ben 30 döndürür php cal_days_in_month (0, 4, 2010) tarafından her ayın gün emin yaptı

Şimdiden teşekkürler :)

0 Cevap