Moment.js

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.

Example

Markup

<p>
    <span class="zui-momentjs" data-zui-momentjs-format="dddd YYYYMMDD"></span>
</p>

<p>
    <span class="zui-momentjs" data-zui-momentjs-format="dddd YYYYMMDD" data-zui-momentjs-date="20111031" ></span>
</p>
Fork me on GitHub