Skip to content

Commit

Permalink
shell help isodate
Browse files Browse the repository at this point in the history
  • Loading branch information
dwight committed Sep 26, 2011
1 parent 7399d40 commit 4da8449
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shell/utils.js
Expand Up @@ -1636,6 +1636,9 @@ help = shellHelper.help = function (x) {
print("\to.isObjectId()");
print("\to.toString()");
print("\to.equals(otherid)");
print();
print("\td = ISODate() like Date() but behaves more intuitively when used");
print("\td = ISODate(datestr) without an explicit \"new \" prefix on construction");
return;
}
else if (x == "admin") {
Expand Down

0 comments on commit 4da8449

Please sign in to comment.