如何在filter.js中转换json日期

时间:2015-08-12 07:52:54

标签: c# jquery asp.net json asp.net-mvc

如何将json日期/日期(1439218800000)/转换为类似于2015年8月11日的内容。 这是我的代码

<script id="template" type="text/html">
   <div class="col-md-2 " >
       <p class="text-center">
           <%= startdate %>
        </p>
    </div>
 </script>

1 个答案:

答案 0 :(得分:0)

您可以使用新的Date()函数(Javascript):

new Date(1439218800000)

输出:

Mon Aug 10 2015 17:00:00 GMT+0200