mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Issue #5292 datetimepicker() minuteStep and showMeridian options added.
This commit is contained in:
@@ -1784,6 +1784,11 @@ class e_form
|
|||||||
$extras .= " data-start-date='". $options['startDate']."'";
|
$extras .= " data-start-date='". $options['startDate']."'";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(!empty($options['showMeridian']))
|
||||||
|
{
|
||||||
|
$extras .= " data-show-meridian='". $options['showMeridian']."'";
|
||||||
|
}
|
||||||
|
|
||||||
$text = '';
|
$text = '';
|
||||||
|
|
||||||
if(!empty($options['inline']))
|
if(!empty($options['inline']))
|
||||||
|
Reference in New Issue
Block a user