1.5.2 • Published 3 months ago

datatables.net-datetime v1.5.2

Weekly downloads
27
License
MIT
Repository
github
Last release
3 months ago

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();

Please refer to the DataTables site for a full description of options and API methods. A set of examples are also included.

1.5.2

3 months ago

1.5.0

10 months ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago