provide ways to over-ride the datetime pickers

This commit is contained in:
friendica
2015-03-26 18:03:39 -07:00
parent f1a1660709
commit 47292c612c
5 changed files with 10 additions and 4 deletions

View File

@@ -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 = '';