JSFiddle - React, Tailwind, and code Playground
JavaScript
$(document).ready(function(){
alert($.datepicker.formatDate('dd/mm/yy', new Date("29/05/1970")));
});
$(document).ready(function(){
alert($.datepicker.formatDate('dd/mm/yy', new Date("29/05/1970")));
});