https://github.com/moment/moment

sort by:
Revision Author Date Message Commit Date
4e1a51c cleaning up the rounding on _date.from() Adding documentation for what text would be shown when. Fixing '1 minutes ago' bug. Use Math.round instead of Math.floor for the nearest date. 11 July 2011, 15:50:00 UTC
dfbd87f adding responsive widths for the docs 27 June 2011, 21:53:48 UTC
323370b adding documentation stylings 27 June 2011, 20:01:35 UTC
2bb33ed finishing themed documentation 27 June 2011, 18:53:58 UTC
0fea2ec Merge branch 'gh-pages' of github.com:timrwood/underscore.date into gh-pages 27 June 2011, 16:37:50 UTC
fa3b0f4 github generated gh-pages branch 27 June 2011, 16:37:11 UTC
482dd73 fixing an error in the changelog 23 June 2011, 22:27:26 UTC
8474eaf adding 0.5.1 to npm 16 June 2011, 19:41:45 UTC
3483901 fixing bug with underscore mixin and adding tests for underscore mixins 16 June 2011, 19:40:05 UTC
1f3e531 Fixing mixin with underscore 16 June 2011, 19:38:07 UTC
a86a20c Fixing mixin with underscore 16 June 2011, 19:37:26 UTC
0268d5d Merge pull request #5 from moll/patch-1 Fixed mixin with Underscore. 16 June 2011, 19:36:58 UTC
663d246 Fixed mixin with Underscore. 16 June 2011, 18:48:35 UTC
35efaf6 merging from dev 13 June 2011, 16:20:29 UTC
c13ccd6 updating npm and readme for 0.5.0 13 June 2011, 16:19:19 UTC
e16feb7 more work on readme for 0.5.0 13 June 2011, 16:12:14 UTC
33aec9a Finishing readme 13 June 2011, 16:00:03 UTC
bda0b17 working on readme 09 June 2011, 18:06:32 UTC
0003700 working on issue 4 and changes for 0.5.0 09 June 2011, 17:30:53 UTC
14aab20 Updating npm package to 0.4.1 09 May 2011, 16:14:05 UTC
cfc4ebd Adding changes to changelog 09 May 2011, 15:46:10 UTC
08cb372 Adding documentation for adding date formats for input strings 09 May 2011, 15:42:13 UTC
2ca23fc adding jshint to build script 07 May 2011, 00:10:47 UTC
1611a04 Adding input format for inputting date as string 05 May 2011, 17:19:17 UTC
e42b564 updating readme to 0.4.0 02 May 2011, 18:15:27 UTC
054751d Moved file to top level directory. Updated test html files accordingly 02 May 2011, 17:55:36 UTC
02bb265 Added to npm. Removed dependancy on underscore. Now, underscore.date can be used independantly from underscore 02 May 2011, 17:53:27 UTC
e3f4d38 typo on updated filesize 08 April 2011, 22:33:58 UTC
b7cfbd6 stripped a few more bytes off by caching the date.prototype to _DateProto 08 April 2011, 22:21:25 UTC
0fc3dd5 Added changelog for 0.3.2 08 April 2011, 17:50:03 UTC
ae5e97b fixed some documentation with version number and file size 08 April 2011, 17:35:59 UTC
569683b Added documentation for the addition of _.date().format('z zz'). Changed some parseint math from 'x|0' to '~~x' based of performance results from http://jsperf.com/floor-vs-bitwise-or-vs-parseint/4 08 April 2011, 17:30:52 UTC
b98b2c3 removed old _Date.proto.customize code that was commented out 06 April 2011, 00:36:24 UTC
509d2c2 Added Timezone and trimmed off some bytes. 06 April 2011, 00:33:28 UTC
b7b9bc2 Updating to version 0.3.1 Updating readme and minified version 25 March 2011, 16:04:09 UTC
2728db6 Added filesize to readme 24 March 2011, 18:33:44 UTC
873e749 Updating readme 24 March 2011, 18:30:36 UTC
47db97d cleaned up tests, moved _.date.relative to _.date.from with some flags 24 March 2011, 17:21:45 UTC
281b212 Trying to clean up the _ namespace. _ now only has 3 date methods, _date, _now, and _isLeapYear() Everything else is moved to a _.date() wrapper prototype 21 March 2011, 16:38:56 UTC
e2acf07 removed old test files 16 March 2011, 17:53:39 UTC
a7eee06 updated readme to reflect update to 0.3.0 16 March 2011, 17:31:39 UTC
c21bf6c Merge branch 'dev' 15 March 2011, 22:54:43 UTC
6d07202 added test suite for _.customizeDate() 15 March 2011, 22:54:01 UTC
909efba switched to not manipulating the Date prototype. 15 March 2011, 20:05:35 UTC
888088a updated to 0.2.1 11 March 2011, 22:43:00 UTC
20c2b44 started working on Date functions .add .subtract .isdst .isleapyear 11 March 2011, 22:31:53 UTC
8f1d6a4 Added tests for date.add and date.subtract 08 March 2011, 17:04:01 UTC
d22d461 Added replace.html test 08 March 2011, 16:50:53 UTC
22539bf Simplified dateAddRemove() 08 March 2011, 16:46:24 UTC
0e3d040 started adding Date.add and Date.subtract 08 March 2011, 05:02:50 UTC
3581f51 More documentation copy fixes 08 March 2011, 04:00:58 UTC
15c96ee Fixed documentation for _.customizedate() timeago keys 08 March 2011, 03:59:17 UTC
4a31b73 Updated documentation to reflect change to YYYY-MM-DD format 08 March 2011, 03:52:36 UTC
be99495 Switched to yyyy-MM-DD format for original proprietary format 08 March 2011, 02:36:24 UTC
82c5feb First full draft of readme 07 March 2011, 21:34:24 UTC
d5164c0 Second draft of project. Modified dateFormat to use Date.prototype.humanize Changed the input format to be less like php date() Changed name from '_.timeNow' to '_.now' Changed name from '_.timeAsWords' to '_.relativetime' Changed name from '_.timeDiff' to '_.msapart' Changed name from '_.timeFromNow' to '_.fromnow' Changed name from '_.setTimeI18N' to '_.customizedate' 05 March 2011, 03:11:17 UTC
7c014e6 First version release. 04 March 2011, 02:00:46 UTC
208c2dd First partial draft of readme Signed-off-by: Tim Wood <washwithcare@gmail.com> 01 March 2011, 21:41:58 UTC
52e2408 first commit 01 March 2011, 02:53:16 UTC
back to top