aboutsummaryrefslogtreecommitdiffstats
path: root/include/datetime.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/datetime.php')
-rw-r--r--include/datetime.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/datetime.php b/include/datetime.php
index a387d84c4..5cab5889d 100644
--- a/include/datetime.php
+++ b/include/datetime.php
@@ -175,6 +175,8 @@ function timesel($format, $h, $m, $id='timepicker') {
* set maximum date from picker with id $maxfrom (none by default)
*/
function datetimesel($format, $min, $max, $default, $id = 'datetimepicker', $pickdate = true, $picktime = true, $minfrom = '', $maxfrom = '',$required = false) {
+
+
// Once browser support is better this could probably be replaced with native HTML5 date picker
$o = '';