moment.js aka underscore.date.js

<html>
<script type="text/javascript" src="./moment.min.js">
</script>
<body>
<script type="text/javascript">
var b=moment("2012-07-02T03:47:28+0000").format('YYYY-MM-DD hh:mm');
alert(b);
</script>
</body>
</html>

你可能感兴趣的:(underscore)