Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.HTMLTimeElement

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.
raw docstring

date-timecljs

(date-time this)

Property.

The HTMLTimeElement.dateTime property is a web.DOMString that the datetime HTML attribute, containing a machine-readable form 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.DOMString` that
the datetime HTML attribute, containing a machine-readable form
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`
sourceraw docstring

set-date-time!cljs

(set-date-time! this val)

Property.

The HTMLTimeElement.dateTime property is a web.DOMString that the datetime HTML attribute, containing a machine-readable form 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.DOMString` that
the datetime HTML attribute, containing a machine-readable form
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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close