問題描述
對于當前的 web 應用程序,我需要一個類似 Outlook"的日歷...以下是對日歷的一些要求:
for a current webapp i need a "outlook-like" calendar... Here are some requirements for the calendar:
- 約會的周視圖
- 不同的約會類型
- 直接顯示日期的長度和時間(如在 googleCalendar 中)
- 同時進行多個約會
- 僅使用 javascript、php 和任何數據庫
我們需要 Zend 框架的日歷,所以如果日歷不支持 ZF,源需要是可編輯的!
We need the calendar for the Zend Framework, so if the Calendar doesn't already support the ZF, the source needs to be editable!
你知道適合我需要的日歷嗎?或者你有什么自己開發的秘訣嗎?
do you know any calendar which fits my needs? or do you have any tipps for developing one by myself?
推薦答案
開發自己的日歷的重要提示:不要.日歷是這樣的一個時間槽,編寫起來很不簡單.如果您需要尋求提示,您最好使用現有的庫組件,就像您在 jQuery、dojo 等中找到的那樣.
Top tip for developing your own calendar: don't. Calendars are such a time sink, and non-trivial to write. If you need to ask for tips you'd be better off with an existing library component like you'll find in jQuery, dojo, etc..
這個問題在這里被問過很多次,其他問題的鏈接比比皆是.
This question has been asked many times here, links abound on other questions.
最佳 JavaScript 日歷控件
什么是用于填充網絡表單的最佳日歷彈出窗口?
創建 Javascript 日歷(完整,不彈出))
等等等等...
這篇關于使用 Javascript/PHP/mySQL 的日歷的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!