SoFunction
Updated on 2025-03-10

datePicker - date selection control (with jquery)

datePicker - date selection control (with jquery)

Updated: February 20, 2007 00:00:00 Author:
The usage is very simple, and the js file is also very small. I have seen some date selection controls before, but they are relatively large, which affects speed.
demo: http://demo./js/2011/jQuery_calendar/

down: https:///jiaoben/

The usage is very simple, and the js file is also very small. I have seen some date selection controls before, but they are relatively large, which affects speed.
You can set the format of the date and select the start and end time of the date. If you don't add parameters, the default is that the previous date is not selected, and you can only choose from today.

My97 DatePicker is also good now, no jquery

A very good JavaScript-based date control - My97DatePicker removes some useless files from the original package. BookJSThere are many calendar users,Because it has many functions,It can define various forms of calling methods:For example, standard calls,No restrictions on any display method or time,Of course, you can also specify a pull-down display、Limited time range、Change skin style, etc.。 The official contains a large number of call instances. If you have not used it before, please go to the official website to read the document and use it.

Demo address:http://demo./js/My97DatePicker/
Download address:https:///jiaoben/
  • datePicker
  • Date selection

Related Articles

  • firefox getyear() getFullYear number to get year

    Javascript getYear() function problem, generally use getFullYear
    2008-12-12
  • JavaScript Timer implementation code

    I have recently started to contact flex. Compared with JavaScript, I feel that the Timer class of as3 is very powerful. JavaScript only has nude setTimeout and setInternval. To implement slightly more complex functions, programmers with less foundation will write the code in a mess.
    2010-02-02
  • COOL and practical dynamic effects

    COOL and practical dynamic effects...
    2006-07-07
  • Page calendar implemented by Javascript

    The page calendar implemented by Javascript, friends who are learning js can refer to it.
    2011-11-11
  • dateAdd and dateDiff methods of Javascript date object

    First post the javascript code I wrote, and there is a reference for use later.
    2008-11-11
  • Common methods for dates in javascript

    Date conversion comparison and date format judgment. Friends who need it can refer to it.
    2009-11-11
  • New JavaScript blog-style calendar control algorithm

    Recently, I am going to build a notepad system and want to find a suitable calendar control, but the kind of calendar selection controls on the Internet are all that. So I went to QQ's notepad system to find one, but the algorithm inside was a bit backward, so I wrote it myself in its style.
    2008-09-09
  • js page execution time calculation code

    A series of things that can be used to calculate the execution time of the current page, convenient to control the size of the page, and other things that affect the execution efficiency of the page.
    2009-03-03
  • Full JS code showing the current date and time

    Full display of the current date and time JS code...
    2007-09-09
  • Functions that calculate page execution time using js

    Functions that calculate page execution time using js...
    2006-12-12

Latest Comments