使用 Javascript/PHP/mySQL 的日历

2021-12-29 00:00:00 sql calendar php javascript zend-framework

对于当前的 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 日历(完整,不弹出))

等等等等...

相关文章