Вопрос

$('#due_date').datepicker({
        changeMonth: true,
         changeYear: true,
          yearRange: '-100:+0',
          dateFormat: 'yy-mm-dd'});
Это было полезно?

Решение

try something like this

 $('#basic_example_1').datetimepicker();

REFERENCE

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

Другие советы

use jquery datetimepicker it is made with the use of jquery datepicker

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top