gpt4 book ai didi

c# - Asp.net 中的日期时间选择器

转载 作者:太空宇宙 更新时间:2023-11-03 19:16:36 25 4
gpt4 key购买 nike

我想显示日期和时间选择器。我用谷歌搜索了很多次但没有得到任何东西。我从“keduoi.com”下载文件并在 mu 项目中使用,但它无法正常工作,仅显示文本字段。我正在尝试从 this link .

代码如下:

  <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LaterTime_Pick_up.aspx.cs" Inherits="LocationBasedTaxiServices.LaterTime_Pick_up" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title></title>
<link href="styles/kendo.common.min.css" rel="stylesheet" />
<link href="styles/kendo.default.min.css" rel="stylesheet" />
<script type="" src="js/jquery.min.js"></script>

</head>
<body>

<div id="example" class="k-content">
<div id="to-do">
<input id="datetimepicker" style="width:200px;" />
</div>
<script type="">
$(document).ready(function () {
// create DateTimePicker from input HTML element
$("#datetimepicker").kendoDateTimePicker({
value: new Date()
});
});
</script>
<style scoped>
#to-do {
height: 52px;
width: 221px;
margin: 30px auto;
padding: 91px 0 0 188px;
background: url('../../content/web/datepicker/todo.png') transparent no-repeat 0 0;
}
</style>
</div>

</body>
</html>

它只显示文本框。

最佳答案

我不确定,除非你能准确地说出你遇到了什么错误。但是,如果您还没有添加 js 文件,那么请先添加。

有不同的计划可用于获取 kendo ui。 <强> Refer This

kendo 提供了有关在 asp.net 应用程序中使用日期选择器的文档。

Link Here

关于c# - Asp.net 中的日期时间选择器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16163992/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com