HTML | DOM Input Month form Property
The Input Month form property is used for returning a reference to the form that contains the Month field. It is a read-only property. Syntax: monthObject.form Return Value: It returns a form object on success, else if the Month field is not in the form, it returns NULL. Below program illustrates th