attribute: --- ## Definition and Usage The `form` attribute returns a"> attribute: --- ## Definition and Usage The `form` attribute returns a" />
Easy Tutorial
❮ Met Document Normalizedocument Prop Style Columnrulestyle ❯

Input Date form Attribute

Input Date Object

Example

Return the form id containing the <input type="date"> attribute:


Definition and Usage

The form attribute returns a reference to the form that contains the date field.

This attribute returns the form object upon success.

Note: This attribute is read-only.


Browser Support

All major browsers support the form attribute.

Note: The <input type="date"> element is not supported in Internet Explorer or Firefox browsers.


Syntax

Technical Details

| Return Value: | A reference to the form element containing the date field. Returns null if the date control is not in a form. | | --- | --- |

❮ Met Document Normalizedocument Prop Style Columnrulestyle ❯