Home
last modified time | relevance | path

Searched refs:getMonth (Results 26 – 50 of 102) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DDate.php59 public function getMonth() function in Google\\Service\\AdMob\\Date
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DDate.php59 public function getMonth() function in Google\\Service\\Adsense\\Date
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DDate.php59 public function getMonth() function in Google\\Service\\PeopleService\\Date
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/
H A DGoogleTypeDate.php59 public function getMonth() function in Google\\Service\\PolicySimulator\\GoogleTypeDate
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DDate.php59 public function getMonth() function in Google\\Service\\CloudMemorystoreforMemcached\\Date
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fcmdata/
H A DGoogleTypeDate.php59 public function getMonth() function in Google\\Service\\Fcmdata\\GoogleTypeDate
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBillingBudget/
H A DGoogleTypeDate.php59 public function getMonth() function in Google\\Service\\CloudBillingBudget\\GoogleTypeDate
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
H A DGoogleTypeDate.php59 public function getMonth() function in Google\\Service\\ChromeManagement\\GoogleTypeDate
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleTypeDate.php59 public function getMonth() function in Google\\Service\\CloudRetail\\GoogleTypeDate
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js560 return new Date(this.getFullYear(), this.getMonth() + 1, 0).getDate();
1203 d.setMonth(date.getMonth());
1245 var month = _this.currentTime.getMonth() + 1,
1280 var month = _this.currentTime.getMonth() - 1;
1375 … currentDate = new Date(currentDate.getFullYear(), currentDate.getMonth(), currentDate.getDate());
1377 minDate = new Date(minDate.getFullYear(), minDate.getMonth(), minDate.getDate());
1382 maxDate = new Date(maxDate.getFullYear(), maxDate.getMonth(), maxDate.getDate());
1502 minDate = new Date(minDate.getFullYear(), minDate.getMonth(), minDate.getDate());
1505 …Day() !== options.dayOfWeekStart || _xdsoft_datetime.currentTime.getMonth() === start.getMonth()) {
1512 m = start.getMonth();
[all …]
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js1 …il;var i=new Date();var c=i.getFullYear()+"/"+this.numbersToTwoDigits(i.getMonth()+1)+"/"+this.num…
H A Dplugin.js.unc34 + this.numbersToTwoDigits(d.getMonth() +1) + '/'
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js1 …il;var i=new Date();var c=i.getFullYear()+"/"+this.numbersToTwoDigits(i.getMonth()+1)+"/"+this.num…
H A Dplugin.js.unc34 + this.numbersToTwoDigits(d.getMonth() +1) + '/'
/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js33 + FCKInsertSignature.numbersToTwoDigits(d.getMonth() +1) + '/'
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDateTime.php109 public function getMonth() function in Google\\Service\\ShoppingContent\\DateTime
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleTypeDateTime.php109 public function getMonth() function in Google\\Service\\Document\\GoogleTypeDateTime
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Playdeveloperreporting/
H A DGoogleTypeDateTime.php109 public function getMonth() function in Google\\Service\\Playdeveloperreporting\\GoogleTypeDateTime
/plugin/fkstimer/
H A Dscript.js35 const days = time.getDate() + (time.getMonth() * 31) - 1;
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.js9 todayminusOneMonth.setMonth(todayminusOneMonth.getMonth() + 1);
/plugin/xcom/
H A Dscript.js220 …var month = (date_time.getMonth() + 1) > 9 ? (date_time.getMonth() + 1) : '0' + (date_time.getMont…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js.map1getMonth","getUTCFullYear","getFullYear","locale","day_short","getUTCDay","getDay","day_full","mon…
H A Ddhtmlxgantt_drag_timeline.js13 …6e3};function o(t){return!(!t||"object"!=typeof t)&&!!(t.getFullYear&&t.getMonth&&t.getDate)}funct…
/plugin/authgoogle/google/contrib/
H A DGoogle_UrlshortenerService.php206 public function getMonth() { function in Google_AnalyticsSummary
/plugin/abc2/abc-libraries/abc2svg/
H A Dpage-1.js233 function strftime(sFormat,date){if(!(date instanceof Date))date=new Date();var nDay=date.getDay(),nDate=date.getDate(),nMonth=date.getMonth(),nYear=date.getFullYear(),nHour=date.getHours(),aDays=['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'],aMonths=['January','February','March','April','May','June','July','August','September','October','November','December'],aDayCount=[0,31,59,90,120,151,181,212,243,273,304,334],isLeapYear=function(){return(nYear%4===0&&nYear%100!==0)||nYear%400===0},getThursday=function(){var target=new Date(date);target.setDate(nDate-((nDay+6)%7)+3);return target},zeroPad=function(nNum,nPad){return((Math.pow(10,nPad)+nNum)+'').slice(1)};return sFormat.replace(/%[a-z]/gi,function(sMatch){return(({'%a':aDays[nDay].slice(0,3),'%A':aDays[nDay],'%b':aMonths[nMonth].slice(0,3),'%B':aMonths[nMonth],'%c':date.toUTCString(),'%C':Math.floor(nYear/100),'%d':zeroPad(nDate,2),'%e':nDate,'%F':date.toISOString().slice(0,10),'%G':getThursday().getFullYear(),'%g':(getThursday().getFullYear()+'').slice(2),'%H':zeroPad(nHour,2),'%I':zeroPad((nHour+11)%12+1,2),'%j':zeroPad(aDayCount[nMonth]+nDate+((nMonth>1&&isLeapYear())?1:0),3),'%k':nHour,'%l':(nHour+11)%12+1,'%m':zeroPad(nMonth+1,2),'%n':nMonth+1,'%M':zeroPad(date.getMinutes(),2),'%p':(nHour<12)?'AM':'PM','%P':(nHour<12)?'am':'pm','%s':Math.round(date.getTime()/1000),'%S':zeroPad(date.getSeconds(),2),'%u':nDay||7,'%V':(function(){var target=getThursday(),n1stThu=target.valueOf();target.setMonth(0,1);var nJan1=target.getDay();if(nJan1!==4)target.setMonth(0,1+((4-nJan1)+7)%7);return zeroPad(1+Math.ceil((n1stThu-target)/604800000),2)})(),'%w':nDay,'%x':date.toLocaleDateString(),'%X':date.toLocaleTimeString(),'%y':(nYear+'').slice(2),'%Y':nYear,'%z':date.toTimeString().replace(/.+GMT([+-]\d+).+/,'$1'),'%Z':date.toTimeString().replace(/.+\((.+?)\)$/,'$1')}[sMatch]||'')+'')||sMatch})}

12345