How to add time picker in datepicker html javascript?
问题 I am implementing datepicker but I want to add time picker also. Now I am selecting date and time separately. but I want to select date and time in sequence after one click. I want to implement like this http://embed.plnkr.co/MtQK3wsHtf1hy1F9A5rg/ But I want to consider 24hrs clock. I don't want to use any directive. In plnkr using directive. I want using single javascript file. angular.module('ui.bootstrap.demo', ['ngAnimate', 'ngSanitize', 'ui.bootstrap']); angular.module('ui.bootstrap.demo