搜索资源列表
js日历。可以精确到年月日的超好用日历
- js日历。可以精确到年月日的超好用日历,我几个项目都用,js calendar. Can be accurate to date of超好用calendar, I have used several projects
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
js
- js的日期函数,jsd 的日期函数,-js date function, jsd date function, jsd date function,
Datejs-all
- 使用Javascr ipt做的日期显示工具,支持各种样式的日期显示,支持自定义显示风格-The use of Javascr ipt to do the date-display tools in support of a variety of styles of date display, support for custom display style ... ...
date
- js实现日期控件,方便、实用。界面美观;同时还可以对日期控件进行操作。-js implementation date of control, convenient and practical. Beautiful interface the same time, the date can also operate the control.
Datetime
- 一个基于ext js的日期时间控件,本控件是对DateField和TimeField的整合扩展,组合成了带有日历和时分秒的功能完整组件,这在项目中经常用到-Ext js on the date and time control, is the integration of DateField and TimeField expansion, combined with a calendar and time into minutes and seconds of fully functional
date
- 利用JS做的时间特效、很不错、适合新手设计参考、-Using JS to do the time effects, very good for novice design reference
date
- javascr ipt 日期时间输入框 javascr ipt 日期时间输入框-js date input js date input
jquery-1.2.6-vsdoc-cn.js
- AJAX的最近开发包,里面包含中文注释。 目前网络上最新的。-AJAX recent development kit, which contains Chinese translations. Currently the network to date.
js-basic-functions
- js基本函数,包括数据类型转换函数、数值函数、日期函数-js basic functions, including data type conversion function, numerical functions, date functions
js
- js日历控件,可以通过表单输入日期,进行相关日期的查询和设置-js calendar control, you can enter the date the form, the associated query and set the date
Js-date-selection
- Js 日期选择,可以的一个页面中重复使用本JS日历,兼容IE及火狐等主流浏览器,而且界面简洁、美观,操作体验也不错。注意,本日历兼容IE7以上浏览器,兼容火狐。-Js Date select a page can reuse the JS calendar compatible with IE and Firefox and other major browsers, and the interface is simple and beautiful and good operating exp
Date
- 日期js,各种各样的日期javascr ipt,非常好用-date js
date
- js日期的提示,纯js实现日历的提示,仅供交流-JS date tips, pure JS implementation Calendar Reminder, only the exchange of
date
- js日期操作,可以用来操作日期的一些函数以及功能,反正你自己看吧-js date control
js日期控件
- 简单的选择日期插件,使用Javascr ipt封装(Simply select the date plug-in and encapsulate it with Javascr ipt)
原生JS实现简洁的时间日期控件代码
- 原生JS实现简洁的时间日期控件代码,在网页中实现日期选择。(Native JS to achieve concise time and date control code)
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