Summary
The moment.js pattern utilizes the moment.js library. More information about the library can be found here:
http://momentjs.com
There are no attributes defined for this pattern.
There are no classes defined for this pattern.
There are no events defined for this pattern.
There are no methods defined for this pattern.
There are no functions defined for this pattern.
There are no mixins defined for this pattern.
There are no variables defined for this pattern.
Example
Markup
<p>
<span class="zui-momentjs"
data-zui-momentjs-relative="true"
data-zui-momentjs-format="YYYYMMDD"
data-zui-momentjs-date="20111031"></span>
</p>
<p>
<span class="zui-momentjs"
data-zui-momentjs-relative="true"
data-zui-momentjs-format="YYYYMMDD"
data-zui-momentjs-start-of="day"></span>
</p>
<p>
<span class="zui-momentjs"
data-zui-momentjs-relative="true"
data-zui-momentjs-format="YYYYMMDD"
data-zui-momentjs-end-of="day"></span>
</p>
<time datetime="2001-05-15T19:00">May 15</time>