]> git.ipfire.org Git - thirdparty/moment.git/commit
Implemented isBefore and isAfter 514/head
authorPeter Marsh <pete@modeltwozero.com>
Fri, 16 Nov 2012 18:20:41 +0000 (18:20 +0000)
committerPeter Marsh <pete@modeltwozero.com>
Tue, 27 Nov 2012 14:47:49 +0000 (14:47 +0000)
commite7f37ce30f58213f5f8ce5f702f44663a49ad6a8
tree05c0f6e3b608017c261f1ec853795b6724deecc8
parenta0857cd56fcec6de35d14456dc1db311e6011172
Implemented isBefore and isAfter

This includes a minor change to isSame to make the 'units' parameter optional to match isBefore/isAfter
moment.js
test/moment/is_after.js [new file with mode: 0644]
test/moment/is_before.js [new file with mode: 0644]
test/moment/is_same.js