All Projects → pingcheng → bootstrap4-datetimepicker

pingcheng / bootstrap4-datetimepicker

Licence: MIT license
datetimepicker for bootstrap 4

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
powershell
5483 projects

Projects that are alternatives of or similar to bootstrap4-datetimepicker

bootswatch-sass
bootswatch ruby gems for assets pipeline
Stars: ✭ 12 (-93.44%)
Mutual labels:  bootstrap4
shopify-bootstrap-theme
Our Free Shopify Theme focused on simplicity, speed, and user experience. Download it today and finish your Shopify store within days, not months. Powered by Bootstrap v5 framework and 15+ years of coding experience.
Stars: ✭ 45 (-75.41%)
Mutual labels:  bootstrap4
visualize-dna-sequences
Visualizing DNA Sequences via Javascript
Stars: ✭ 51 (-72.13%)
Mutual labels:  bootstrap4
ms-bootstrap-admin
A sass base bootstrap admin panel.
Stars: ✭ 25 (-86.34%)
Mutual labels:  bootstrap4
bs-breakpoints
A plugin which detect Bootstrap 4 breakpoints and emit when there is a change
Stars: ✭ 22 (-87.98%)
Mutual labels:  bootstrap4
loopback3 angular6 bootstrap4
API Rest build by Loopback. Frontend on Angular 6
Stars: ✭ 26 (-85.79%)
Mutual labels:  bootstrap4
OpenAdmin-client-Html
OpenAdmin client based on Bootstrap 4.
Stars: ✭ 19 (-89.62%)
Mutual labels:  bootstrap4
noteworx-react-mongodb
A basic note application that uses React frontend to capture and manage notes, an api written in ExpressJS, and mongodb to store notes
Stars: ✭ 70 (-61.75%)
Mutual labels:  bootstrap4
startbootstrap-full
A full page image background Bootstrap HTML template created by Start Bootstrap
Stars: ✭ 54 (-70.49%)
Mutual labels:  bootstrap4
phoenix bootstrap form
Bootstrap 4 Forms for Phoenix/Elixir Applications
Stars: ✭ 38 (-79.23%)
Mutual labels:  bootstrap4
Bona-Blog
An Open-Source Blogging Platform
Stars: ✭ 26 (-85.79%)
Mutual labels:  bootstrap4
ostora-jsapi4
Responsive template for building web mapping applications
Stars: ✭ 20 (-89.07%)
Mutual labels:  bootstrap4
bootstrap-css-interview-questions
Bootstrap-CSS Interview Questions
Stars: ✭ 55 (-69.95%)
Mutual labels:  bootstrap4
vaktija.ba
Web Site
Stars: ✭ 19 (-89.62%)
Mutual labels:  bootstrap4
Bootstrap4-RTL
🅱 An Awesome RTL bootstrap 4 with gulp and postcss
Stars: ✭ 89 (-51.37%)
Mutual labels:  bootstrap4
sakura
🌸 A Jekyll theme with baked in Bootstrap 4, Font Awesome 5, Algolia instant search, and more!
Stars: ✭ 31 (-83.06%)
Mutual labels:  bootstrap4
website
The sustainoss.org website
Stars: ✭ 23 (-87.43%)
Mutual labels:  bootstrap4
klaravel
DEPRECATED Laravel control panel for developers, comes with integrated Scaffold generator, backups, logs, and embedde user guide.
Stars: ✭ 24 (-86.89%)
Mutual labels:  bootstrap4
react-bootstrap-ribbon
A ribbon menu inspired by Microsoft for React using Bootstrap
Stars: ✭ 24 (-86.89%)
Mutual labels:  bootstrap4
there-are-lots-of-people-in-Baiyun-airport
挑战杯 - 广州白云机场人流量时空分布预测系统 - 前端
Stars: ✭ 14 (-92.35%)
Mutual labels:  bootstrap4

Datetimepicker for Bootstrap 4

Build Status

The js and css files had been changed to the suit Bootstrap v4.

Since Bootstrap 4 removed the glyphicon, I replaced all icons with font-awesome v4, please includes the font-awesome css as well.

You can override font icon class like this -

// Using font-awesome 5 icons
  $.extend(true, $.fn.datetimepicker.defaults, {
    icons: {
      time: 'far fa-clock',
      date: 'far fa-calendar',
      up: 'fas fa-arrow-up',
      down: 'fas fa-arrow-down',
      previous: 'fas fa-chevron-left',
      next: 'fas fa-chevron-right',
      today: 'fas fa-calendar-check',
      clear: 'far fa-trash-alt',
      close: 'far fa-times-circle'
    }
  });

Click here for the official usage documentation.

Install

npm install pc-bootstrap4-datetimepicker

Changes

  • JS DOM class name control
  • CSS stylesheet
  • Replaced glyphicon with font-awesome icons
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].