note: the getMonth() and setMonth() method values are zero-based for the Javascript Date () object.
var someDate= new Date(“yy, mm, dd” )
January is 0, December is 11, etc.
note: the getMonth() and setMonth() method values are zero-based for the Javascript Date () object.
var someDate= new Date(“yy, mm, dd” )
January is 0, December is 11, etc.