JSFiddle - React, Tailwind, and code Playground
by matox
HTML
<script src="https://datejs.googlecode.com/files/date.js"></script>
JavaScript
$("document").ready(function(){
alert(Date.today().last().monday());
});
by matox
<script src="https://datejs.googlecode.com/files/date.js"></script>
$("document").ready(function(){
alert(Date.today().last().monday());
});