W3cubDocs

/Haxe JavaScript

TimeElement

package js.html

extends ElementDOMElementNodeEventTarget

@:native("HTMLTimeElement") Available on js

The HTMLTimeElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating time elements.

Documentation HTMLTimeElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

dateTime:String

Is a DOMString that reflects the datetime HTML attribute, containing a machine-readable form of the element's date and time value.

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/TimeElement.html