Skip to content

Data / time picker used for DataTables.net components

Notifications You must be signed in to change notification settings

AnthonyVO/DateTime

This branch is 1 commit ahead of, 171 commits behind DataTables/DateTime:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

228bbec · Jul 31, 2020

History

24 Commits
Jul 15, 2020
Jul 15, 2020
Jul 15, 2020
Jul 31, 2020
Jan 17, 2020
Jan 17, 2020
Jul 15, 2020
Jul 15, 2020
Jan 17, 2020

Repository files navigation

DateTime picker

This library is a date and time picker that is available for use primarily in the DataTables.net software and its extensions. The library can also be used for other applications if required (for example if you are using DataTables else where in your application and you would like consistency for the date / time pickers used in your UI).

Installation

This library can be installed from npm using:

npm install --save datatables.net-datetime

Usage

Initialise on an input element using:

new DateTime(document.getElementById('test'), {});

or jQuery style:

$('#test').dtDateTime();

About

Data / time picker used for DataTables.net components

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.6%
  • CSS 10.4%