如何在 PHP 中创建日历?

发布于 2024-08-15 12:35:57 字数 45 浏览 4 评论 0原文

如何在 PHP 中创建日历?

今天应该用粗体。怎么可能编码呢?

How can I create a calendar in PHP?

Today should be in bold. How could it be coded?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

时光沙漏 2024-08-22 12:35:57

您可以尝试dhtml Calendar,或者Yahoo UI 的日历

You can try dhtml Calendar, or maybe Yahoo UI's Calendar.

堇年纸鸢 2024-08-22 12:35:57

PHP: date 应该为您提供所需的一切。

然后,格式化表格中的所有内容。

PHP: date should give you everything you need.

Then, format everything in a table.

穿透光 2024-08-22 12:35:57

首先,从捕获您的需求开始(它是否应该处理月份浏览,是否应该一次显示一周,等等) - 这应该让您导出某种功能规范,这应该在实际编写组件/页面/时指导您应用

Firstly, start by capturing your requirements (should it handle month browsing, should it show a week at a time, etc.) - this should let you derive a functional spec of sorts, which should guide you when actually writing the component/page/application

北方。的韩爷 2024-08-22 12:35:57

如果您的意思是:“如何通过 PHP 在网页上显示日期选择器”,答案是使用一些默认的 JavaScript 库。例如 Dojo 或 jQuery。

If you mean: "how to show a date picker on your web page from PHP", the answer is to use some default JavaScript library for it. E.g. Dojo or jQuery.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文