Date & time in javascript extjs

AFZ

New Member
I have a time field and date field in Extjs 4, and getting the value from them (value1 & value2), I want to merge and other operations...I have a problem: Date field's format setting is: "m-d"I pick January 1, then getting month and date (the day of month)...Console logs value: 2008 January 1 but getted data is in console month: 11 (December), day: 31 - Why? How can I fix it?
 
Back
Top