1
I Use This!
Inactive

News

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Posted over 17 years ago by admin
I need some feedback regarding a feature I just added to the library, but I'm struggling to explain/document clearly and I'm not sure if others would find this useful. The new .same() function will compare two date objects to determine if they occur on/in exactly the same instance of the given date part. (...like I […]
Posted over 17 years ago by admin
I need some feedback regarding a feature I just added to the library, but I'm struggling to explain/document clearly and I'm not sure if others would find this useful. The new .same() function will compare two date objects to determine if they occur on/in exactly the same instance of the given date part. (...like I […]
Posted over 17 years ago by geoffrey.mcgill
I need some feedback regarding a feature I just added to the library, but I’m struggling to explain/document clearly and I’m not sure if others would find this useful. The new .same() function will compare two date objects to determine if they occur on/in exactly the same instance of the given date part. (…like I said, [...]
Posted over 17 years ago by geoffrey.mcgill
For the last couple months updates to the library have been consistently happening every 3-4 days with new features, bug fixes or edits being committed to SVN. The last few days in particular have seen an epic refresh to the project with updates across all modules. View CHANGELOG With all the recent changes the docs […]
Posted over 17 years ago by coolgeoff
For the last couple months updates to the library have been consistently happening every 3-4 days with new features, bug fixes or edits being committed to SVN. The last few days in particular have seen an epic refresh to the project with updates across all modules. View CHANGELOG With all the recent changes the docs have gotten [...]
Posted over 17 years ago by geoffrey.mcgill
For the last couple months updates to the library have been consistently happening every 3-4 days with new features, bug fixes or edits being committed to SVN. The last few days in particular have seen an epic refresh to the project with updates across all modules. View CHANGELOG With all the recent changes the docs […]
Posted almost 18 years ago by coolgeoff
In preparation for an official final Release Version 1.0 within a month or two, we’re just about to stamp the current Datejs code in SVN as Beta. But… we need some help. One area where we have not received much feedback is testing the Parser with cultures/languages outside of English. The Datejs library should properly parse [...]
Posted almost 18 years ago by geoffrey.mcgill
In preparation for an official final Release Version 1.0 within a month or two, we're just about to stamp the current Datejs code in SVN as Beta. But... we need some help. One area where we have not received much feedback is testing the Parser with cultures/languages outside of English. The Datejs library should properly […]
Posted almost 18 years ago by geoffrey.mcgill
In preparation for an official final Release Version 1.0 within a month or two, we're just about to stamp the current Datejs code in SVN as Beta. But... we need some help. One area where we have not received much feedback is testing the Parser with cultures/languages outside of English. The Datejs library should properly […]
Posted almost 18 years ago by admin
Guy Fraser recently chronicled a series of his recommendations for Datejs compression and performance enhancements. Check it out. One recommendation from Guy was to hold a reference to the Date.prototype in a local var, thereby saving characters and ... [More] simplifying access to the prototype. Example After changing everything over we were able to shave a little […] [Less]