php / javascript用于日历开始和日期选择器

时间:2022-12-05 14:18:01

I'm searching for php/javascript for calendar-start and date picker. Based on these date i need to retrieve the database cash and bank amount details.

我正在为日历开始和日期选择器搜索php / javascript。根据这些日期,我需要检索数据库现金和银行金额详细信息。

3 个解决方案

#1


Are you building a bank's online banking system? I would recommend highly scrutinizing any code you get off the internet if you are. Be wary of sites that host heaps of snippets, as there seems to be an abundance of lower quality code.

您在建立银行的网上银行系统吗?如果你愿意,我会建议你仔细审查你从网上下载的任何代码。警惕那些拥有大量代码段的网站,因为似乎有大量低质量的代码。

jQuery's UI DatePicker is pretty good. A lot of people are also using it, so it is becoming a sort of standard. This is important, as if people recognise the DatePicker, they'll be more inclined to use it and already know how it functions.

jQuery的UI DatePicker非常好。很多人也在使用它,所以它正在成为一种标准。这很重要,就像人们认出DatePicker一样,他们会更倾向于使用它并且已经知道它是如何运作的。

#2


My recommendation is DatePicker from UI.jQuery - http://ui.jquery.com

我的建议是来自UI.jQuery的DatePicker - http://ui.jquery.com

#3


I've always like the Dynarch calendar: http://www.dynarch.com/projects/calendar/ It's what I've primarily used in the past.

我一直都喜欢Dynarch日历:http://www.dynarch.com/projects/calendar/这是我过去主要使用的内容。

I think the JQuery calendar is also a good choice.

我认为JQuery日历也是一个不错的选择。

#1


Are you building a bank's online banking system? I would recommend highly scrutinizing any code you get off the internet if you are. Be wary of sites that host heaps of snippets, as there seems to be an abundance of lower quality code.

您在建立银行的网上银行系统吗?如果你愿意,我会建议你仔细审查你从网上下载的任何代码。警惕那些拥有大量代码段的网站,因为似乎有大量低质量的代码。

jQuery's UI DatePicker is pretty good. A lot of people are also using it, so it is becoming a sort of standard. This is important, as if people recognise the DatePicker, they'll be more inclined to use it and already know how it functions.

jQuery的UI DatePicker非常好。很多人也在使用它,所以它正在成为一种标准。这很重要,就像人们认出DatePicker一样,他们会更倾向于使用它并且已经知道它是如何运作的。

#2


My recommendation is DatePicker from UI.jQuery - http://ui.jquery.com

我的建议是来自UI.jQuery的DatePicker - http://ui.jquery.com

#3


I've always like the Dynarch calendar: http://www.dynarch.com/projects/calendar/ It's what I've primarily used in the past.

我一直都喜欢Dynarch日历:http://www.dynarch.com/projects/calendar/这是我过去主要使用的内容。

I think the JQuery calendar is also a good choice.

我认为JQuery日历也是一个不错的选择。