All Projects → nehakadam → Datetimepicker

nehakadam / Datetimepicker

Licence: mit
Responsive jQuery DateTime Picker plugin for Web & Mobile

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Datetimepicker

Datetimepicker
jQuery Plugin Date and Time Picker
Stars: ✭ 3,402 (+855.62%)
Mutual labels:  datetimepicker, jquery
Md.bootstrappersiandatetimepicker
Persian Date Time Picker with jQuery & Bootstrap
Stars: ✭ 251 (-29.49%)
Mutual labels:  datetimepicker, jquery
Anypicker
jQuery Picker Library for Android, iOS & Windows Phone. eg Date Picker, Time Picker, DateTime Picker, Custom Select etc
Stars: ✭ 114 (-67.98%)
Mutual labels:  datetimepicker, jquery
Hulk
In-browser JSON editor
Stars: ✭ 302 (-15.17%)
Mutual labels:  jquery
Customizer Custom Controls
WordPress Customizer Custom Controls
Stars: ✭ 311 (-12.64%)
Mutual labels:  jquery
Jquery Loading
Easily add and manipulate loading states of any element on the page.
Stars: ✭ 321 (-9.83%)
Mutual labels:  jquery
Grid Editor
Visual javascript editor for the bootstrap 4 grid system, written as a jQuery plugin.
Stars: ✭ 348 (-2.25%)
Mutual labels:  jquery
Artdialog
经典的网页对话框组件
Stars: ✭ 3,110 (+773.6%)
Mutual labels:  jquery
Wpaint
jQuery Paint Plugin
Stars: ✭ 332 (-6.74%)
Mutual labels:  jquery
Bootstrap Rating Input
Another plugin that eases the generation of rating stars for jQuery and Bootstrap
Stars: ✭ 318 (-10.67%)
Mutual labels:  jquery
Hover3d
Simple jQuery plugin for 3d Hover effect
Stars: ✭ 318 (-10.67%)
Mutual labels:  jquery
Calendar
This library is a jQuery plugin for Bootstrap that lets you add a month calendar to your web page.
Stars: ✭ 315 (-11.52%)
Mutual labels:  jquery
Tilt.js
A tiny 60+fps parallax tilt hover effect for jQuery.
Stars: ✭ 3,442 (+866.85%)
Mutual labels:  jquery
Jquery Fullscreen Plugin
This jQuery plugin provides a simple to use mechanism to control the new fullscreen mode of modern browsers
Stars: ✭ 327 (-8.15%)
Mutual labels:  jquery
Manong Ssm
基于SSM框架的Java电商项目
Stars: ✭ 306 (-14.04%)
Mutual labels:  jquery
Zoomove
🔍 🎆 Enlarges the image with the mouse hover and move
Stars: ✭ 339 (-4.78%)
Mutual labels:  jquery
Waitme
jquery plugin for easy creating loading css3/images animations
Stars: ✭ 302 (-15.17%)
Mutual labels:  jquery
Tweetie
Simple jQuery Twitter feed plugin
Stars: ✭ 314 (-11.8%)
Mutual labels:  jquery
Roncoo Adminlte
RonCoo AdminLTE --是一个完全响应式的免费开源后台管理模板。基于 AdminLTE 框架(后续会随着版本更新而更新);使用jQuery 2.2.3版本,并引入很多优秀的第三方jQuery插件,开发者也可以改用自己熟悉的第三方插件,易于使用,并高度可定制,适合许多屏幕分辨率从小型移动设备到大型台式机,这是国内的开源模板未支持的。
Stars: ✭ 320 (-10.11%)
Mutual labels:  jquery
Sms Ssm
🏫 🎓 一个基于 SSM 的简单学生管理系统 : 项目概述全面,代码注释详细,逻辑结构清晰,并提供待优化方案,非常具有参考与学习价值哟 !
Stars: ✭ 351 (-1.4%)
Mutual labels:  jquery

Responsive jQuery DateTime Picker library for Web & Mobile

DateTime Picker is a quick highly customizable jQuery plugin. The design is clutter free & well suited for embedding it into mobile application development.

Users can change values using +/- buttons or type values directly into the textbox by selecting each value fields.

For web, picker can be binded relative to reference element, were it will appear at the bottom of the element. For mobile, the picker can appear as a dialog box covering entire window.

Browser Support

  • Chrome, Firefox, Safari, Opera, IE 6+
  • Android 2.3+, iOS 6+, Windows Phone 8

More Details

For demo & api documentation visit Plugin Page

Build System

  • Install devDependencies listed in "package.json"

npm install

  • Run a command to perform tasks configured in "Gruntfile.js"

grunt

Tasks configured in "Gruntfile.js"

  • Copy "DateTimePicker.js" and "DateTimePicker.css" from "src" folder to "dist" folder.
  • Uglify "src/DateTimePicker.js" to "dist/DateTimePicker.min.js"
  • Minify "src/DateTimePicker.css" to "dist/DateTimePicker.min.css"

Installations

  • npm

    npm install datetimepicker

  • bower

    bower install flat-datetimepicker

CDN

DateTimePicker is hosted on jsDelivr.

Files - Latest

<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/[email protected]/dist/DateTimePicker.min.css" />
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]/dist/DateTimePicker.min.js"></script>

Files - Particular Version

<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/[email protected]<version>/dist/DateTimePicker.min.css" />
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]<version>/dist/DateTimePicker.min.js"></script>

Authors

Neha Kadam: Developer

Special Thanks:

Copyright 2014-2019 Lajpat Shah

I can not actively maintain or reply quickly due to time constraints, please consider this point before using plugin.

License

Licensed under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].