(function(b){function a(){var f=[31,31,31,31,31,31,30,30,30,30,30,29];var o=[31,28,31,30,31,30,31,31,30,31,30,31];function n(q){return(q&&q.constructor&&q.constructor.toString().match(/\Array\(\)/))}function h(r,q){return Math.floor(r/q)}function i(r){if(n(r)){return r}if(r==""){return[]}var q=r.split(" ")[0].split("-");if(q[1]==undefined){q=r.split(" ")[0].split("/")}return q}function p(q){return !(q[0]===""||q[1]===""||q[2]==="")}function m(r){r=i(r);var q=l(j(r));return r[0]===q[0]&&r[1]===q[1]&&r[2]===q[2]}function c(r){r=i(r);var q=j(l(r));return r[0]===q[0]&&r[1]===q[1]&&r[2]===q[2]}function e(t){var r,s,q,v,u;r=t[0]-979;s=t[1]-1;q=t[2]-1;v=365*r+h(r,33)*8+h((r%33+3),4);for(u=0;u<s;++u){v+=f[u]}return v+q}function d(u){var t,v,s,q,r;t=1600+400*h(u,146097);u=u%146097;q=1;if(u>=36525){u--;t+=100*h(u,36524);u=u%36524;if(u>=365){u++}else{q=0}}t+=4*h(u,1461);u%=1461;if(u>=366){q=0;u--;t+=h(u,365);u=u%365}for(r=0;u>=o[r]+(r==1&&q);r++){u-=o[r]+(r==1&&q)}v=r+1;s=u+1;return[t,v,s]}function k(s){var u,v,r,t,q;u=s[0]-1600;v=s[1]-1;r=s[2]-1;t=365*u+h((u+3),4)-h((u+99),100)+h((u+399),400);for(q=0;q<v;++q){t+=o[q]}if(v>1&&((u%4==0&&u%100!=0)||(u%400==0))){++t}return t+r}function g(v){var t,r,s,q,u;t=h(v,12053);v%=12053;r=979+33*t+4*h(v,1461);v%=1461;if(v>=366){r+=h((v-1),365);v=(v-1)%365}for(u=0;u<11&&v>=f[u];++u){v-=f[u]}s=u+1;q=v+1;return[r,s,q]}function j(q){q=i(q);if(!p(q)){return[]}return d(e(q)+79)}function l(q){q=i(q);if(!p(q)){return[]}return g(k(q)-79)}return{gregorianToJalali:function(q){return l(q)},gregorianToJalaliStr:function(s){var r=i(s);if(!p(r)){return""}var q=l(r);return q[0]+"/"+(q[1]>9?q[1]:"0"+q[1])+"/"+(q[2]>9?q[2]:"0"+q[2])},jalaliToGregorianStr:function(s,t){var q=i(s);if(!p(q)){return""}var r=j(q);return r[0]+"/"+r[1]+"/"+r[2]+(!t?"":" "+s.split(" ")[1].split(".")[0])},jalaliToGregorian:function(q){return j(q)},today:function(){var q=new Date();return this.gregorianToJalaliStr([q.getFullYear(),(q.getMonth()+1),q.getDate()])},isValidJ:function(q){return m(q)},isValidG:function(q){return c(q)},getDaysInMonth:function(r,q){return 32-new Date(r,q,32).getDate()},version:"1.0.0"}}if(b._gDate==undefined){Date.prototype._getFullYear=Date.prototype.getFullYear;Date.prototype._setFullYear=Date.prototype.setFullYear;Date.prototype._getMonth=Date.prototype.getMonth;Date.prototype._setMonth=Date.prototype.setMonth;Date.prototype._getDate=Date.prototype.getDate;Date.prototype._setDate=Date.prototype.setDate;Date.prototype._getCJD=function(){return b.jalaliCalendar.gregorianToJalali([this._getFullYear(),this._getMonth()+1,this._getDate()])};Date.prototype.getFullYear=function(){return this._getCJD()[0]};Date.prototype.setFullYear=function(e){var c=this._getCJD();var d=b.jalaliCalendar.jalaliToGregorian([e,c[1],c[2]]);this._setDate(1);this._setFullYear(d[0]);this._setMonth(d[1]-1);this._setDate(d[2])};Date.prototype.getMonth=function(){return this._getCJD()[1]-1};Date.prototype.setMonth=function(c){var d=this._getCJD();var e=b.jalaliCalendar.jalaliToGregorian([d[0],c+1,d[2]]);this._setDate(1);this._setFullYear(e[0]);this._setMonth(e[1]-1);this._setDate(e[2])};Date.prototype.getDate=function(){return this._getCJD()[2]};Date.prototype.setDate=function(f){var c=this._getCJD();var e=b.jalaliCalendar.jalaliToGregorian([c[0],c[1],f]);this._setDate(1);this._setFullYear(e[0]);this._setMonth(e[1]-1);this._setDate(e[2])};b._gDate=Date;window.Date=function(){this.prototype=b._gDate.prototype;var c=[],e=arguments.length;for(var f=0;f<e;f++){c.push(arguments[f])}var d=null;if(e==0){d=new b._gDate()}else{if(e==1){d=new b._gDate(c[0])}else{if(e>=3){c[1]++;var g=b.jalaliCalendar.jalaliToGregorian(c);for(f=3;f<e;f++){g.push(c[f])}for(f=e;f<7;f++){g.push(0)}d=new b._gDate(g[0],g[1]-1,g[2],g[3],g[4],g[5],g[6])}}}return d}}if(b.jalaliCalendar==undefined){b.jalaliCalendar=new a();window.jalaliCalendar=b.jalaliCalendar}})(jQuery);
