简体   繁体   English

如何创建html table周视图? (日历)

[英]How to create html table week view ? (Calendar)

I would like to create a html table with week view (calendar) like this: 我想用周视图(日历)创建一个html表,如下所示:

在此处输入图片说明

How can I create a table like that ? 我如何创建这样的表?

Also I would like to do database operations. 我也想做数据库操作。

Is there any plug-in for that because I have searched everywhere but I did not find. 是否有任何插件,因为我到处搜索过但没有找到。 I'll use Asp.Net and MSSQL. 我将使用Asp.Net和MSSQL。

First you have to decide which server side language to use (like php). 首先,您必须决定要使用哪种服务器端语言(例如php)。

Then you can find a lot of examples for this by googling "calendar table in php" etc. 然后,您可以通过搜索“ php中的日历表”等找到很多示例。

To do database operations you first have to set up a database. 要执行数据库操作,您首先必须设置一个数据库。 MySQL or similar. MySQL或类似的。

If you already have done this, post what you use and I will try to help. 如果您已经完成此操作,请发布您使用的内容,我会尽力提供帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM