首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
推荐工具
›
RoboMongo
推荐书目
›
50 Tips and Tricks for MongoDB Developers
Related Blogs
›
Snail in a Turtleneck
V2EX
›
MongoDB
我想在 .mongorc.js 中写一个函数处理时间戳,大家有没有什么好办法啊
tonghuashuai
·
2015-06-04 18:18:59 +08:00
· 3560 次点击
这是一个创建于 3455 天前的主题,其中的信息可能已经有所发展或是发生改变。
DBQuery.prototype.h = function (col) {
this._prettyShell = true;
this['_' + col] = getTime(this[col]);
return this
}
开始是用上边的写法,发现 BSON 数据不能按 js object 来处理,大家有没有什么好的办法呢?
目前尚无回复
col
mongorc.js
gettime
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
5607 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 27ms ·
UTC 01:27
·
PVG 09:27
·
LAX 17:27
·
JFK 20:27
Developed with
CodeLauncher
♥ Do have faith in what you're doing.