最好的jQuery日期插件为最差的日期(公元前1000年 - 今天)
我正在开发一个项目,在日期选择器上需要很大的灵活性。用户可能会在几千年前插入日期,以及日期到今天为止。典型的日期选择器非常适合在相互之间的几年内选择日期,但是选择日期差异并不算太大。
I'm working on a project right now that requires great flexibility on the date-selector. Users may insert dates several thousands of years ago, as well as dates all the way up to today. Typical date-selectors are great for selecting dates within a few years from eachother, but not too well when it comes to selecting dates of vast differences.
有人看到一个插件那会更容易处理这个要求?也许在这里需要老式的手记。
Has anybody seen a plugin that would handle this requirement easier? Perhaps old-fashion hand-entry will be required here.
在对一个应用程序进行一些可用性研究后,很多日期条目,对我的用户最有效的是蒙版插件,其中输入文本框具有 __ / __ / ____
。我使用了这个出色的蒙版输入插件。如果您只需要输入年份,则只需设置一个4位数的模式。
after doing some usability research for an application to manage a kindergarden involving a lot of date entries, what works best for my users was the masked plugin, where the input textfield has __/__/____
. I used this excellent Masked Input plugin. If you only need to enter the year, then simply set a 4 digit pattern.