mongokit icon indicating copy to clipboard operation
mongokit copied to clipboard

date/time types

Open ThiefMaster opened this issue 10 years ago • 2 comments

Is there any special reason why only datetime is supported but not date (or time)? I think there are quite a few cases where one just needs date information but no time. And it would be cleaner to get a date object from a document than a datetime with useless time information.

ThiefMaster avatar Apr 13 '14 17:04 ThiefMaster

Indeed, this would be nice feature. Feel free to make a pull request. And please, don't forget to add tests and update the doc :)

namlook avatar Apr 16 '14 07:04 namlook

Due to the dealbreaker-type bug mentioned in #7 I have to consider using something else altogether... If you can provide a fix/workaround for that I'll be glad to submit a PR for this feature here!

ThiefMaster avatar Apr 16 '14 08:04 ThiefMaster