Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 333 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 333 Bytes

canlder

月曆含行事曆功能

CODEPEN

new Canlder(要生成月曆的物件,行事曆);

行事曆資料格式

[[時間,執行事項]...]

var canlder_json = [ ['2019-5-20','小明生日'], ['2019-8-20','小華生日'], ['2019-8-20','小美結婚'], ['2019-8-27','睡覺'] ]