Searched refs:Moment (Results 1 – 5 of 5) sorted by relevance
240 function Moment(config) { class256 return obj instanceof Moment || (obj != null && obj._isAMomentObject != null);2542 var res = new Moment(checkOverflow(prepareConfig(config)));2567 return new Moment(checkOverflow(input));3183 return new Moment(this);3831 var proto = Moment.prototype;
282 Moment 10
7360 function Moment(config) { class7376 return obj instanceof Moment || (obj != null && obj._isAMomentObject != null);9621 var res = new Moment(checkOverflow(prepareConfig(config)));9646 return new Moment(checkOverflow(input));10262 return new Moment(this);10909 var proto = Moment.prototype;
1 …Moment(config){copyConfig(this,config);this._d=new Date(config._d!=null?config._d.getTime():NaN);i…
1 …Moment prototype object\n function Moment(config) {\n copyConfig(this, config);\n …