Date.prototype.addBizDays = function(n){
var day = this.getDay();
var d = new Date();
...
JavaScript Business Days
if ($('invoice_discount')) {
this.invoice_discount = this.form.down('#invoice_discount');
this.invoice_discount.observe('change', this._checkFormat.bindAsEventListener(this));
...
JavaScript Need help with creating a loop
by chipcastle.myopenid.com,
November 01, 2009 18:37,
5 refactorings, tagged with javascript prototype
I have the following code t...
The function add or substra...