Moment JS
Example of parsing and formatting a Date with Moment JS.
by RajKumari_1
HTML
<script src="http://momentjs.com/downloads/moment.js"></script>
JavaScript
// Moment JS - Formatting Guide: http://momentjs.com/docs/#/parsing/string-format/
var moment = require('moment-timezone');
console.log(moment.tz("2020-04-24 01:00:44:404", "Asia/Kolkata"));