I have a competition
-module and when I post the competition, there is a deadline for when the competition ends. My API JSON returns an enddate. I want to use the MomentJS
plugin and so far i have simply added:
<script src="/js/moment.min.js"></script>
and my html:
<time class="newstime" datetime="2014-08-04T10:00:00.000Z">//DISPLAY REMAINING TIME HERE</time>
How do I achieve that it displays the remaining time?
thanks in advance