代码搜索:WeekDay

找到约 663 项符合「WeekDay」的源代码

代码结果 663
www.eeworm.com/read/267041/4268733

js gregorian.js

({"dateTimeFormats-appendItem-Second": "{0} ({2}: {1})", "field-dayperiod": "Dayperiod", "field-minute": "Minute", "eraNames": ["BCE", "CE"], "field-weekday": "Day of the Week", "months-standAlone-nar
www.eeworm.com/read/104928/15681257

vbs sol13-9.vbs

Dim objConn, objRst, objNetwork, strDay 'get the current name of day e.g. Monday strDay = WeekDayName(Weekday(Date)) Set objNetwork = CreateObject("WScript.Network") Set objConn = CreateObject("AD
www.eeworm.com/read/426161/10277706

js script02.js

window.onload = initDate; function initDate() { var now = new Date(); var dtString; if (now.getDay() > 0 && now.getDay() < 6) { dtString = "Sorry, it's a weekday."; } else { dtString = "Ho
www.eeworm.com/read/462831/7194619

php3 3-4.php3

Figure 3-4
www.eeworm.com/read/245112/12821170

asp 7_2.asp

www.eeworm.com/read/492060/1182478

js gregorian.js

({"dateTimeFormats-appendItem-Second":"{0} ({2}: {1})","field-dayperiod":"Dayperiod","field-minute":"Minute","eraNames":["BCE","CE"],"field-weekday":"Day of the Week","months-standAlone-narrow":["1","
www.eeworm.com/read/448425/1690120

vbs vbs_date.vbs

Function FGetDay(dt,w) basew=weekday(dt) if w=basew then FGetDay=dt exit function else FGetDay=dt+w-baseW end if end function Function GetDate(d,t) m=c
www.eeworm.com/read/401563/2338474

js gregorian.js

({"field-dayperiod":"AM/PM","field-minute":"Minute","eraNames":["Before Christ","Anno Domini"],"field-weekday":"Day of the Week","days-standAlone-wide":["Sunday","Monday","Tuesday","Wednesday","Thursd
www.eeworm.com/read/281566/9149930

h rtc.h

#ifndef __RTC_H__ #define __RTC_H__ typedef struct{ unsigned short year; unsigned char month; unsigned char day; unsigned char weekday; unsigned char hour; unsigned char min; unsigne
www.eeworm.com/read/377643/9267247

h rtc.h

#ifndef __RTC_H__ #define __RTC_H__ typedef struct{ unsigned short year; unsigned char month; unsigned char day; unsigned char weekday; unsigned char hour; unsigned char min; unsigne