Categories | Question details Back To List | ||
dhtmlXCalendar Yet another question. Thank you wery much the sample file, everything is clear,but a ihave another question. I create same method for year, but made a strange behaviour. The code is: function waranty_last(date) {
the result is example: 20081-07-14
thanks your answer Answer posted by Support on Jul 21, 2008 02:06 The problem is in type casting, just use var futrure_year = dateFrom.seYear(parseInt(dateFrom.getYear())+waranty_years); |