JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://extjs-public.googlecode.com/svn/tags/ext-2.2/release/adapter/ext/ext-base.js"></script>
<script src="http://extjs-public.googlecode.com/svn/tags/ext-2.2/release/ext-all.js"></script>
JavaScript
var mydate="2015-05-15 00:02:50";
mydate = Ext.util.Format.date(new Date(mydate), "d-m-Y");
alert(mydate);