The HTMLTimeElement interface provides special properties (beyond
regular web.dom.HTMLElement interface it also has available
it by inheritance) for manipulating <time> elements.
The HTMLTimeElement interface provides special properties (beyond regular `web.dom.HTMLElement` interface it also has available it by inheritance) for manipulating `<time>` elements.
(date-time this)Property.
The HTMLTimeElement.dateTime property is a web.dom.DOMString
reflects the datetime HTML attribute, containing a machine-readable
of the element's date and time value.
dateTimeString = timeElt.dateTime; timeElt.dateTime = dateTimeString
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLTimeElement/dateTime
Property. The HTMLTimeElement.dateTime property is a `web.dom.DOMString` reflects the datetime HTML attribute, containing a machine-readable of the element's date and time value. `dateTimeString = timeElt.dateTime; timeElt.dateTime = dateTimeString` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLTimeElement/dateTime`
(set-date-time! this val)Property.
The HTMLTimeElement.dateTime property is a web.dom.DOMString
reflects the datetime HTML attribute, containing a machine-readable
of the element's date and time value.
dateTimeString = timeElt.dateTime; timeElt.dateTime = dateTimeString
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLTimeElement/dateTime
Property. The HTMLTimeElement.dateTime property is a `web.dom.DOMString` reflects the datetime HTML attribute, containing a machine-readable of the element's date and time value. `dateTimeString = timeElt.dateTime; timeElt.dateTime = dateTimeString` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLTimeElement/dateTime`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |