<script>

moment.locale('en', {
  week : {
    dow : 0, // Monday is the first day of the week.
    doy : 4 // The week that contains Jan 4th is the first week of the year.
  }
});

</script>

<!-- jQuery Version 1.11.1 -->
<script src="/assets/js/jquery.js"></script>

<!-- Bootstrap Core JavaScript -->
<script src="/assets/js/bootstrap.min.js"></script>