Skip to content

Commit

Permalink
#15695 added timeInput datepicker option
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
  • Loading branch information
yashrajbothra committed Dec 26, 2019
1 parent 4ac4f26 commit 4348fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/functions.js
Expand Up @@ -102,6 +102,7 @@ function PMA_addDatepicker ($this_element, type, options) {
var currentDateTime = new Date();

var defaultOptions = {
timeInput : true,
hour: currentDateTime.getHours(),
minute: currentDateTime.getMinutes(),
second: currentDateTime.getSeconds(),
Expand Down

0 comments on commit 4348fe0

Please sign in to comment.