js手寫日曆外掛程式

2022-05-05 11:30:12 字數 3015 閱讀 1057

doctype html

>

<

html

lang

="en"

>

<

head

>

<

meta

charset

="utf-8"

>

<

meta

name

="viewport"

content

="width=device-width, initial-scale=1.0"

>

<

title

>日曆

title

>

<

style

>

table

td, th

style

>

head

>

<

body

>

<

table

>

<

thead

>

<

tr>

<

th colspan

="2"

>

<

span

class

="left"

><

<

>

th>

<

th colspan

="3"

>

<

span

class

="time"

>

span

>

th>

<

th colspan

="2"

>

<

span

class

="right"

>>>

span

>

th>

tr>

<

tr>

<

th>日

th>

<

th>一

th>

<

th>二

th>

<

th>三

th>

<

th>四

th>

<

th>五

th>

<

th>六

th>

tr>

thead

>

<

tbody

class

="main"

>

tbody

>

table

>

<

script

>

//獲取元素

let otime =$(

'.time')

let omain =$(

'.main')

let leftbtn =$(

'.left')

let rightbtn =$(

'.right')

let time

=new

date()

createcells()

//1. 建立**

getprevdays(time)

//2.獲取上乙個月佔的格仔

getcurrentdays(time);

//3.獲取當前月所佔的格仔數

minhead(time)

//4.設定頭部顯示的內容

mainlist(time, getprevdays(time), getcurrentdays(time))

//5. 月份顯示的詳情

leftbtn.onclick

=function

() rightbtn.onclick

=function

()

/**

* 獲取元素

* */function

$(container)

/*** 建立**

* */function

createcells() }}

/*** getprevdays 獲取上乙個月 佔的格仔

* */function

getprevdays(time)

list.reverse()

return

list

}/** 獲取當月所佔的格仔

*/function

getcurrentdays(time)

return

list

}/** minhead 設定頭部的顯示

*/function

minhead(time) 年$月`

}function

getymd(time) -$

-$`}

/** 月份顯示的詳情 上個月最後 + 本月 + 下個月開始的

*/function

mainlist(time, prevdays, currentdays)

<

/font>`

}

//2. 展示本月的

for(

vari=0

; i<

currentdays.length; i

++)

<

/font>`

} else

<

/font>`

}

}//3. 展示下個月的

for(

vari=1

; i<(42

-beforecount); i

++)

<

/font>`

} }

script

>

body

>

html

>

日曆js外掛程式

因為做了乙個培訓管理模組,要有乙個開始與結束培訓時間。時間日期如果個使用者手動輸入的話,即使你要求了時間格式,但是使用者可能還是會輸錯時間格式。所以想想,還是找了乙個js日曆外掛程式。下面來介紹下我自己用的一點經驗吧。示範頁面講解很多,但是我們要用的只是第一二行的 如下 把該 放到你需要日曆的地方。...

純JS CSS手寫日曆

今天帶來乙個純js css手寫的日曆,一開始先顯示當前日期,比如下方25日就是當前日期會有較深藍色背景色,滑鼠指著的日期是下方14日的淡藍色背景色 上面顯示日期,可左右選擇上個月或者下個月 doctype html en utf 8 viewport content width device wid...

簽到日曆外掛程式

1 html 2 css ul,libody.checkin.clear clearfix after clearfix for ie6 ie7 title.title p.title a.checkin lili.able qiandaoli.checked.mask.modala.closebt...