搜索资源列表
jsyanzhen
- 用JS写的程序判断输入日期的正确性,效率很高。-used to write procedures to judge the correctness of the date of importation, high efficiency.
11
- js实现的年月日的三级联动; -js date to achieve the three levels of interaction
highsign-14522
- ajax应用/* [Discuz!] (C)2001-2007 Comsenz Inc. This is NOT a freeware, use is subject to license terms $RCSfile: ajax.js,v $ $Revision: 1.117 $ $Date: 2007/08/09 08:49:19 $ */
js
- js实现日期控件,能够自动选择日期,-js to achieve the date of control, able to automatically select the date,
js_calendar
- 非常好的日期控件,参数控制的不错,值得参考-The date of a very good control, good control of parameters
calendar
- js 时间控件,显示年月日,不显示时间,使用js事件来触发-js time control, display date, time does not appear, use the event to trigger js
js
- js的日期函数,jsd 的日期函数,-js date function, jsd date function, jsd date function,
calendar_date_picker
- js date picker for calendar. very useful
DaintyDateDemo
- js日历控件,支持时间和日期选择,可以在C#中使用-DaintyDateDemo,support for date and time select
js_menu_tree_date
- 超炫的js右键,日期,树控件,内附详细使用说明-The example for menu date tree controls.
JScanlendar
- 一个很好用的js日历控件,可提供日期,或日期时间-Js used in a very good calendar control, can provide date, or date and time
date
- js日期的提示,纯js实现日历的提示,仅供交流-JS date tips, pure JS implementation Calendar Reminder, only the exchange of
js
- 利用VB6.0计算指定日期在一年当中的排序,以1月1日为第一天。-Sort calculated using VB6.0 specified date in the year to January 1 as the first day.
timer.js
- 距离结束日期还有多少时间-How much time the end date ......................
exif-js
- Exif是一种图像文件格式,它的数据存储与JPEG格式是完全相同的。实际上Exif格式就是在JPEG格式头部插入了数码照片的信息,包括拍摄时的光圈、快门、白平衡、ISO、焦距、日期时间等(Exif is an image file format whose data storage is exactly the same as in the JPEG format. In fact, the Exif format is in the JPEG format, the head inserted
原生JS实现简洁的时间日期控件代码
- 原生JS实现简洁的时间日期控件代码,在网页中实现日期选择。(Native JS to achieve concise time and date control code)
Kalendae-master
- 一个简单的基于js的时间控件 我觉得还挺好用的 就是界面比较朴素(It is a simple control based on javascr ipt which can help you select date time.)
datedropper 一款小巧实用的jQuery日期选择插件
- 简单好用的jquery日期控件,兼容各版本浏览器(Simplely date composer.)
layDate-v5.0.85
- js日期空间,使用简单方便。附带官方文档(JS date space, simple and convenient to use)
Delphi 中调用JS文件中的方法
- Delphi 中调用JS文件中的方法 js代码: function getTime(){ var d, s = ""; var c = ""; d = new Date(); s += d.getYear()+c; s += (d.getMonth() + 1) + c; s += d.getDate() + c; s += d.getHours() + c; s += d.getMinutes() + c; s += d.get