PHP Classes

File: CMF/Web/scripts/persian-datepicker.js

Recommend this page to a friend!
  Classes of Burge Lab   BurgeATS   CMF/Web/scripts/persian-datepicker.js   Download  
File: CMF/Web/scripts/persian-datepicker.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: BurgeATS
CRM, Ticketing system, and employee manangement
Author: By
Last change: Update of CMF/Web/scripts/persian-datepicker.js
Date: 1 year ago
Size: 17,273 bytes
 

Contents

Class file image Download
/*! * persianDatepicker v0.1.0 * http://github.com/behzadi/persianDatepicker/ * * Copyright (c) 2013 Mohammad hasan Behzadi All rights reserved. * * Released under the MIT license. * * jalali Date Functions from NASA.gov * * Date: Tue Jan 1 2013 */ (function(){$.fn.persianDatepicker=function(t){var i="persianDatepicker",r=this.data(i);return r?t===!0?r:this:this.each(function(){return $(this).data(i,new n(this,t))})};var n=function(){function n(n,t){var s={months:["???????","????????","?????","???","?????","??????","???","????","???","??","????","?????"],dowTitle:["????","??????","??????","?? ????","????????","??? ????","????"],shortDowTitle:["?","?","?","?","?","?","?"],showGregorianDate:!1,persianNumbers:!0,formatDate:"YYYY/MM/DD",selectedBefore:!1,selectedDate:null,startDate:null,endDate:null,prevArrow:"?",nextArrow:"?",theme:"default",alwaysShow:!1,selectableYears:null,selectableMonths:[1,2,3,4,5,6,7,8,9,10,11,12],cellWidth:25,cellHeight:20,fontSize:13,isRTL:!1,calendarPosition:{x:0,y:0},onShow:function(){},onHide:function(){},onSelect:function(){}},i=this,u,r,o,f,e;if(i.el=$(n),u=i.el,i.options=$.extend(!1,{},s,t),r=i.options,_fontSize=r.fontSize,_cw=parseInt(r.cellWidth),_ch=parseInt(r.cellHeight),i.cellStyle="style='width:"+_cw+"px;height:"+_ch+"px;line-height:"+_ch+"px; font-size:"+_fontSize+"px; ' ",i.headerStyle="style='height:"+_ch+"px;line-height:"+_ch+"px; font-size:"+(_fontSize+4)+"px;' ",i.selectUlStyle="style='margin-top:"+_ch+"px;height:"+(_ch*7+20)+"px; font-size:"+(_fontSize-2)+"px;' ",i.selectMonthLiStyle="style='height:"+(_ch*7+7)/4+"px;line-height:"+(_ch*7+7)/4+"px; width:"+(7*_cw+1)/3+"px;width:"+7*_cw/3+"px\\9;' ",i.selectYearLiStyle="style='height:"+(_ch*7+10)/6+"px;line-height:"+(_ch*7+10)/6+"px; width:"+(7*_cw-14)/3+"px;width:"+(7*_cw-15)/3+"px\\9;' ",i.footerStyle="style='height:"+_ch+"px;line-height:"+_ch+"px; font-size:"+_fontSize+"px;' ",i.jDateFunctions=new jDateFunctions,i.options.startDate!=null&&(i.options.startDate=="today"&&(i.options.startDate=i.now().toString("YYYY/MM/DD")),i.options.endDate=="today"&&(i.options.endDate=i.now().toString("YYYY/MM/DD")),i.options.selectedDate=i.options.startDate),i.options.selectedDate==undefined&&(o=new RegExp("^([1-9][0-9][0-9][0-9])/([0]?[1-9]|[1][0-2])/([0]?[1-9]|[1-2][0-9]|[3][0-1])$"),u.is("input")?o.test(u.val())&&(i.options.selectedDate=u.val()):o.test(u.html())&&(i.options.selectedDate=u.html())),i._persianDate=i.options.selectedDate!=undefined?(new persianDate).parse(i.options.selectedDate):i.now(),r.selectableYears!=undefined&&r.selectableYears._indexOf(i._persianDate.year)==-1&&(i._persianDate.year=r.selectableYears[0]),i.options.selectableMonths._indexOf(i._persianDate.month)==-1&&(i._persianDate.month=r.selectableMonths[0]),i.persianDate=i._persianDate,i._id="pdp-"+Math.round(Math.random()*1e7),i.persianDate.formatDate=r.formatDate,i.calendar=$('<div id="'+i._id+'" class="pdp-'+r.theme+'" />'),i.options.startDate!=null)for(i.options.selectableYears=[],f=i.persianDate.parse(i.options.startDate).year;f<=i.persianDate.parse(i.options.endDate).year;f++)i.options.selectableYears.push(f);(u.attr("pdp-id")||"").length||u.attr("pdp-id",i._id),u.addClass("pdp-el").bind("click",function(n){i.show(n)}).bind("focus",function(n){i.show(n)}),r.selectedBefore&&!r.showGregorianDate&&(i.options.selectedDate!=undefined?i.showDate(u,i.persianDate.parse(i.options.selectedDate).toString(r.formatDate)):i.showDate(u,i.now().toString(r.formatDate))),r.selectedBefore&&r.showGregorianDate&&(i.options.selectedDate!=undefined?i.showDate(u,i.persianDate.parse(i.options.selectedDate).gDate._toString(i.options.formatDate)):i.showDate(u,i.now().gDate._toString(i.options.formatDate))),r.isRTL&&u.addClass("rtl"),i.calendar.length&&!r.alwaysShow&&i.calendar.hide(),$(document).bind("mouseup",function(n){var f=n.target,e=i.calendar,t;u.is(f)||e.is(f)||e.has(f).length!==0||!e.is(":visible")||i.hide(),t=$(".pdp-"+r.theme+" .yearSelect"),t.is(n.target)||t.has(n.target).length!==0||t.hide(),t=$(".pdp-"+r.theme+" .monthSelect"),t.is(n.target)||t.has(n.target).length!==0||t.hide()}),e=function(){var n=u.offset();i.calendar.css({top:n.top+u.outerHeight()+r.calendarPosition.y+"px",left:n.left+r.calendarPosition.x+"px"})},i.onresize=e,$(window).resize(e),$("body").append(i.calendar),i.render(),e()}return n.prototype={show:function(){this.calendar.show();this.options.onShow(this.calendar);this.onresize()},hide:function(){this.calendar.hide();this.options.onHide(this.calendar)},render:function(){this.calendar.children().remove(),this.header(),this.dows(),this.content(),this.footer()},header:function(){var n=this,f,e,r,h;_monthYear=$('<div class="" />'),_monthYear.appendTo(this.calendar),_head=$('<div class="pdp-header" '+n.headerStyle+" />"),_head.appendTo(this.calendar),_next=$('<div class="nextArrow" />').html(this.options.nextArrow).attr("title","??? ???"),n.options.endDate==null||n.persianDate.parse(n.options.endDate).year>n.persianDate.year||n.persianDate.parse(n.options.endDate).month>n.persianDate.month?(_next.bind("click",function(){for(nextMonth=n.persianDate.month+1;n.options.selectableMonths._indexOf(nextMonth)==-1&&nextMonth<13;nextMonth++);n.persianDate.addMonth(nextMonth-n.persianDate.month),n.render()}),_next.removeClass("disabled")):_next.addClass("disabled"),_next.appendTo(_head);var u=$('<ul class="monthSelect" '+n.selectUlStyle+" />").hide(),t=$('<ul class="yearSelect" '+n.selectUlStyle+" />").hide(),o=$("<span/>").html(n.options.months[n.persianDate.month-1]).mousedown(function(){return!1}).click(function(n){n.stopPropagation(),t.css({display:"none"}),u.css({display:"inline-block"})}),s=$("<span/>").html(n.options.persianNumbers?n.jDateFunctions.toPersianNums(n.persianDate.year):n.persianDate.year).mousedown(function(){return!1}).click(function(n){n.stopPropagation(),u.css({display:"none"}),t.css({display:"inline-block"}),t.scrollTop(70)});for(_startDate=n.options.startDate!=null?n.persianDate.parse(n.options.startDate):n.persianDate.parse("1/1/1"),_endDate=n.options.endDate!=null?n.persianDate.parse(n.options.endDate):n.persianDate.parse("9999/1/1"),f=function(r,u){var f=!1,e;for(r===undefined&&u===undefined?(b=n.persianDate.year-7,a=n.persianDate.year+14):u==0?(b=r-6,a=r,f=!0):r==0&&(b=u+1,a=b+6),e=[],i=b;i<a&&b>0;i++)e.push(parseInt(i));$.each(n.options.selectableYears||(f?e.reverse():e),function(i,r){var u=$("<li "+n.selectYearLiStyle+" />").html(n.options.persianNumbers?n.jDateFunctions.toPersianNums(r):r);r==n.persianDate.year&&u.addClass("selected"),u.attr("value",r),u.bind("click",function(){n.persianDate.date=1,n.persianDate.year=parseInt(r),(_endDate.year==r||_endDate.year==9999)&&(n.persianDate.month=_endDate.month),(_startDate.year==r||_startDate.year==9999)&&(n.persianDate.month=_startDate.month),n.render()}),f?t.prepend(u):t.append(u)})},f(),i=1;i<=12;i++)e=n.options.months[i-1],r=n.options.selectableMonths._indexOf(i)==-1||_startDate.year==n.persianDate.year&&_startDate.month>i||_endDate.year==n.persianDate.year&&i>_endDate.month?$('<li class="disableMonth" '+n.selectMonthLiStyle+" />").html(e):$("<li "+n.selectMonthLiStyle+" />").html(e),i==n.persianDate.month&&r.addClass("selected"),r.data("month",{month:e,monthNum:i}),r.hasClass("disableMonth")||r.bind("click",function(){n.persianDate.date=1,n.persianDate.month=$(this).data("month").monthNum,n.render()}),u.append(r);t.bind("scroll",function(){n.options.selectableYears==undefined&&(c=$(this).find("li").length,firstYear=parseInt($(this).children("li:first").val()),lastYear=parseInt($(this).children("li:last").val()),lisHeight=c/3*($(this).find("li:first").height()+4),_com=$(this).scrollTop().toString().length*500,$(this).scrollTop()<_com.toString().length*100&&firstYear>=1&&f(firstYear,0),_com=$(this).scrollTop().toString().length*100,lisHeight-$(this).scrollTop()>-_com&&lisHeight-$(this).scrollTop()<_com&&(f(0,lastYear),$(this).scrollTop($(this).scrollTop()-50)),$(this).scrollTop()<_com.toString().length&&firstYear>=30&&$(this).scrollTop(_com.toString().length*100))}),_monthYear.append(u).append(t),h=$('<div class="monthYear" />').append(o).append("<span>&nbsp;&nbsp;<\/span>").append(s),_head.append(h),_prev=$('<div class="prevArrow" />').html(this.options.prevArrow).attr("title","??? ???"),n.options.startDate==null||n.persianDate.parse(n.options.startDate).year<n.persianDate.year||n.persianDate.parse(n.options.startDate).month<n.persianDate.month?(_prev.bind("click",function(){for(prevMonth=n.persianDate.month-1;n.options.selectableMonths._indexOf(prevMonth)==-1&&prevMonth>0;prevMonth--);n.persianDate.addMonth(-(n.persianDate.month-prevMonth)),n.render()}),_prev.removeClass("disabled")):_prev.addClass("disabled"),_prev.appendTo(_head)},dows:function(){for(_row=$('<div class="dows" />'),i=0;i<7;i++)_cell=$('<div class="dow cell " '+this.cellStyle+" />").html(this.options.shortDowTitle[i]),_cell.appendTo(_row);_row.appendTo(this.calendar)},content:function(){var n=this,r,t,i;for(_days=$('<div class="days" />'),_days.appendTo(this.calendar),jd=n.persianDate,jd.date=1,_start=n.jDateFunctions.getWeekday(n.jDateFunctions.getJulianDayFromPersian(jd)),_end=n.jDateFunctions.getLastDayOfPersianMonth(n.persianDate),r=0,t=0;r<6;r++){for(_row=$("<div />"),i=0;i<7;i++,t++)t<_start||t-_start+1>_end?_cell=$('<div class="nul cell " '+n.cellStyle+" />").html("&nbsp;"):(_dt=n.getDate(n.persianDate,t-_start+1),_today="",_selday="",_disday="",n.now().compare(_dt)==0&&(_today="today"),n.options.startDate!=null&&(n.persianDate.parse(n.options.startDate).compare(_dt)==-1||n.persianDate.parse(n.options.endDate).compare(_dt)==1)&&(_disday="disday"),n.options.selectedDate!=undefined?n.persianDate.parse(n.options.selectedDate).date==t-_start+1&&(_selday="selday"):t-_start+1==n.now().date&&(_selday="selday"),_fri=i==6?"friday":"",_cell=$('<div class="day cell '+_fri+" "+_today+" "+_selday+" "+_disday+'" '+n.cellStyle+" />"),_cell.data("date",{jDate:_dt.toString("YYYY/MM/DD/DW"),gDate:n.jDateFunctions.getGDate(_dt)._toString(n.options.formatDate)}),_cell.html(n.options.persianNumbers?n.jDateFunctions.toPersianNums(t-_start+1):t-_start+1),(n.options.startDate==undefined||n.persianDate.parse(n.options.startDate).compare(_dt)!=-1&&n.persianDate.parse(n.options.endDate).compare(_dt)!=1)&&_cell.bind("click",function(){n.calendar.find(".day").removeClass("selday"),$(this).addClass("selday"),n.options.showGregorianDate?n.showDate(n.el,$(this).data("date").gDate):n.showDate(n.el,$(this).data("date").jDate),n.calendar.hide()})),_cell.appendTo(_row);_row.appendTo(_days)}},footer:function(){var n=this;_footer=$('<div class="pdp-footer" '+n.footerStyle+" />"),_footer.appendTo(this.calendar),n.options.selectableMonths._indexOf(n.persianDate.month)>-1&&(_goToday=$('<a class="goToday" />'),_goToday.data("date",{jDate:n.now().toString("YYYY/MM/DD/DW"),gDate:n.jDateFunctions.getGDate(n.now())._toString(n.options.formatDate)}),_goToday.attr("href","javascript:;").html("?? ?????"),n.options.startDate==null&&_goToday.bind("click",function(){n.persianDate=n.now(),n.options.showGregorianDate?n.showDate(n.el,$(this).data("date").gDate):n.showDate(n.el,$(this).data("date").jDate),n.calendar.find(".day").removeClass("selday"),n.render(),n.calendar.find(".today").addClass("selday"),n.hide()}),_goToday.appendTo(_footer))},showDate:function(n,t){var i=this;n.is("input")?n.val(i.persianDate.parse(t).toString(i.options.formatDate)):n.html(i.persianDate.parse(t).toString(i.options.formatDate)),n.data("date",{jDate:t,gDate:this.jDateFunctions.getGDate(this.persianDate)._toString("YYYY/MM/DD/DW")}),this.options.onSelect()},getDate:function(n,t){return n.date=t,n.day=this.jDateFunctions.getWeekday(this.jDateFunctions.getJulianDayFromPersian(n)),n},now:function(){return this.jDateFunctions.getPCalendarDate(this.jDateFunctions.getJulianDay(new Date))}},n}();(function(){Number.prototype.padLeft=function(n,t){var i=String(n||10).length-String(this).length+1;return i>0?new Array(i).join(t||"0")+this:this},Date.prototype._toString=function(n){return(months=["Januray","February","March","April","May","June","Julay","August","September","October","November","December"],dows=["Sun","Mon","Tue","Wed","Tur","Fri","Sat"],n===undefined||n=="default")?this:n.replace("YYYY",this.getFullYear()).replace("MM",this.getMonth()+1).replace("DD",this.getDate()).replace("0M",this.getMonth()+1>9?this.getMonth()+1:"0"+(this.getMonth()+1)).replace("0D",this.getDate()>9?this.getDate():"0"+this.getDate()).replace("hh",this.getHours()).replace("mm",this.getMinutes()).replace("ss",this.getSeconds()).replace("ms",this.getMilliseconds()).replace("tm",this.getHours()>=12&&this.getMinutes()>0?"PM":"AM").replace("NM",months[this.getMonth()]).replace("DW",this.getDay()).replace("ND",dows[this.getDay()])},Array.prototype._indexOf=function(n){return $.inArray(n,this)}})()})();var persianDate=function(){function n(){var n=this;n.months=["???????","????????","?????","???","?????","??????","???","????","???","??","????","?????"],n.dowTitle=["????","??????","??????","?? ????","????????","??? ????","????"],n.year=1300,n.month=1,n.date=1,n.day=1,n.gDate=new Date}return n.prototype={addMonth:function(n){return this.month+=n,this.month>=13?(this.month=1,this.addYear(1)):this.month<=0&&(this.month=12,this.addYear(-1)),this},addYear:function(n){this.year+=n},compare:function(n){return n.year==this.year&&n.month==this.month&&n.date==this.date?0:n.year>this.year?1:n.year==this.year&&n.month>this.month?1:n.year==this.year&&n.month==this.month&&n.date>this.date?1:-1},parse:function(t){arr=t.split("/"),y=arr[0],m=arr[1],d=arr[2],wd=arr[3];var i=new n;return jdf=new jDateFunctions,i.year=parseInt(y),i.month=parseInt(m),i.date=parseInt(d),i.day=wd,i.gDate=jdf.getGCalendarDate(jdf.getJulianDayFromPersian(i),"jgmonth"),i},toString:function(n){return n===undefined?this.year+"/"+this.month+"/"+this.date:n.replace("YYYY",this.year).replace("MM",this.month).replace("DD",this.date).replace("0M",this.month>9?this.month:"0"+this.month.toString()).replace("0D",this.date>9?this.date:"0"+this.date.toString()).replace("hh",this.gDate.getHours()).replace("mm",this.gDate.getMinutes()).replace("ss",this.gDate.getSeconds()).replace("tm",this.gDate.getHours()>=12&&this.gDate.getMinutes()>0?"?.?":"?.?").replace("ms",this.gDate.getMilliseconds()).replace("NM",this.months[this.month-1]).replace("DW",this.day).replace("ND",this.dowTitle[this.day])}},n}(),jDateFunctions=function(){function n(){}return n.prototype={toPersianNums:function(n){for(strnum=n.toString(),nums=["?","?","?","?","?","?","?","?","?","?"],res="",i=0;i<strnum.length;i++)res+=nums[parseInt(strnum[i])];return res},getGDate:function(n){return this.getGCalendarDate(this.getJulianDayFromPersian(n),"gmonth")},getPCalendarDate:function(n){var r=0,u=0,h=0,a,p,s,i;if(n>0){var c=n+.5,v=Math.floor(c),w=c-v,f=Math.floor(n)+.5,t=new persianDate;t.year=475,t.month=1,t.date=1;var l=f-this.getJulianDayFromPersian(t),y=Math.floor(l/1029983),e=l%1029983,o;e==1029982?o=2820:(a=Math.floor(e/366),p=e%366,o=Math.floor((2134*a+2816*p+2815)/1028522)+a+1),r=o+2820*y+474,r<=0&&r--,t.year=r,t.month=1,t.date=1,s=f-this.getJulianDayFromPersian(t)+1,u=s<=186?Math.ceil(s/31):Math.ceil((s-6)/30),t.year=r,t.month=u,t.date=1,h=f-this.getJulianDayFromPersian(t)+1}return i=new persianDate,i.year=r,i.month=u,i.date=h,i.day=this.getWeekday(this.getJulianDayFromPersian(i)),i.gDate=new Date,i},getGCalendarDate:function(n,t){var e=0,i=0,c=0,a;if(n>0){var l=n+.5,u=Math.floor(l),y=l-u,o;t=="jmonth"||t=="jgmonth"&&u<2299161?o=u:(t=="gmonth"||t=="jgmonth"&&u>=2299161)&&(a=Math.floor((u-1867216.25)/36524.25),o=u+1+a-Math.floor(a/4));var s=o+1524,h=Math.floor((s-122.1)/365.25),v=Math.floor(365.25*h),f=Math.floor((s-v)/30.6001);c=s-v-Math.floor(30.6001*f)+y,f<14?i=f-1:(f==14||f==15)&&(i=f-13),i>2?e=h-4716:(i==1||i==2)&&(e=h-4715)}return r=new Date,new Date(e,i-1,c,r.getHours(),r.getMinutes(),r.getSeconds(),r.getMilliseconds())},getJulianDay:function(n,t){var t=t===undefined?0:t,r=n.getFullYear(),i=n.getMonth()+1,u=n.getDate(),f=r+0,e=i+0,n=u+0,o,s,h;return e<=2&&(f=f-1,e=e+12),o=0,u<1||(i==1||i==3||i==5||i==7||i==8||i==10||i==12)&&u>31||(i==4||i==6||i==9||i==11)&&u>30,t==2||t==0&&(r<1582||r==1582&&i<10||r==1582&&i==10&&u<=4)?(o=0,r/4==Math.round(r/4)&&i==2&&u>29):(t==1||t==0&&(r>1582||r==1582&&i>10||r==1582&&i==10&&u>=15))&&(s=Math.floor(f/100),o=2-s+Math.floor(s/4),r/4==Math.round(r/4)&&(r/100==Math.round(r/100)?r/400==Math.round(r/400)&&i==2&&u>29:i==2&&u>29)),h=Math.floor(365.25*(f+4716))+Math.floor(30.6001*(e+1))+n+o-1524.5},getJulianDayFromPersian:function(n){y0=n.year,m0=n.month,d0=n.date;var t=y0-(y0>=0?474:473),i=474+t%2820;return d0+(m0<=7?(m0-1)*31:(m0-1)*30+6)+Math.floor((i*682-110)/2816)+(i-1)*365+Math.floor(t/2820)*1029983+(1948320.5-1)},getWeekday:function(n){return wds=[1,2,3,4,5,6,0],wd=Math.floor((n+1.5)%7),wds[wd]},getLastDayOfPersianMonth:function(n){return(y=n.year,m=n.month,m>=1&&m<=6)?31:m>=7&&m<12?30:(m!=12,((y-(y>0?474:473))%2820+474+38)*682%2816<682)?30:29}},n}()