문제

$('#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