db.serverDate()保存到数据库的时间格式是中国标准时间,例如:Mon May 30 2022 11:01:42 GMT+0800 (中国标准时间),能不能转化成yyyy-mm-dd hh:mm:ss的格式再保存到数据库呢?试过使用new Date()的一些方法不管用
Mon May 30 2022 11:01:42 GMT+0800 (中国标准时间)Mon MMon May 30 2022 11:01:42 GMT+0800 (中国标准时间)ay 30 2022 11:01:42 GMT+0800 (中国标准时间)
这样存索引效率不高。输出时可以用这个:
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/database/command/aggregate/AggregateCommand.dateToString.html