Any good lightweight date/time picker for web with good UI?

前端 未结 8 1423
悲哀的现实
悲哀的现实 2021-02-07 10:15

A few wishes:

  • If it is jQuery based, best.
  • If it focuses on easy UI rather than eye candy, better.
  • If it is both a date and time picker, good.
相关标签:
8条回答
  • 2021-02-07 10:55

    It's an old post, but for future reference, I wanted to put this here:

    Calentim Date Time Picker Plugin

    • It's jQuery based, simple to modify
    • UI based on SCSS file, dropdown or inline support for desktop, modal like support for mobile
    • It's a date and time range picker, but you can disable the range feature, the time feature, so it can be used as a date range picker, or single date picker, or single date time picker etc.
    0 讨论(0)
  • 2021-02-07 11:00

    I've found Trent Richardson's date/time picker to be good. It has a heap of options and seems to work well.

    Available here: http://trentrichardson.com/examples/timepicker/

    It's based on jQuery UI

    0 讨论(0)
  • 2021-02-07 11:03

    The Any+Time(TM) widget combines a date/time picker for a single input field with a wide variety of formats. It now uses jQuery and supports jQuery UI Themes and CSS customization for complete visual integration into any website. And if you encounter any bugs, just report them and expect a resolution in a matter of hours!

    0 讨论(0)
  • 2021-02-07 11:07

    Datepicker:

    jQuery UI Datepicker

    Timepicker:

    timepickr plugin

    Bonus points, both use the jQuery UI Themeroller.

    0 讨论(0)
  • 2021-02-07 11:11

    Check this http://www.queness.com/post/204/25-jquery-plugins-that-enhance-and-beautify-html-form-elements#8
    I also stumbled upon the following:
    http://code.google.com/p/dyndatetime/
    http://www.kelvinluck.com/assets/jquery/datePicker/

    0 讨论(0)
  • 2021-02-07 11:15

    My Two Favourite for Clean UI:

    DatePair

    by Jon Thornton

    Take a look at Jon Thornton's latest work, DatePair, which is inspired by Google Calendar's clean UI. From what I've found it's by far the cleanest design and easiest to use.

    Dates

    Date Selection

    Times

    Time Selection

    Pickadate.js

    by Amsul

    Amsul's Pickadate.js is super clean and responsive, so it works really well on mobile devices as well, consuming the full screen on small screens.

    Dates

    Date Selection

    Times

    Time Selection

    0 讨论(0)
提交回复
热议问题