mongodb时间戳转换成格式化时间戳,mongodb
db.pay_order.find({"id":"5332336532"},{"tradeNo":true,"status":true,"create":true}).forEach(function (a) { a["create"] = (new Date(a["create"]).toString()); printjson(a) })
http://www.htsjk.com/shujukunews/8955.html
www.htsjk.Com
true
http://www.htsjk.com/shujukunews/8955.html
NewsArticle
mongodb时间戳转换成格式化时间戳,mongodb db.pay_order.find({id:5332336532},{tradeNo:true,status:true,create:true}).forEach(function(a){a[create]=(newDate(a[create]).toString());printjson(a)})...
本站文章为和通数据库网友分享或者投稿,欢迎任何形式的转载,但请务必注明出处.
同时文章内容如有侵犯了您的权益,请联系QQ:970679559,我们会在尽快处理。