package js.html
extends Element › DOMElement › Node › EventTarget
Available on jsThe
HTMLTimeElement
interface provides special properties (beyond the regularHTMLElement
interface it also has available to it by inheritance) for manipulatingtime
elements.Documentation HTMLTimeElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/TimeElement.html