mirror of
https://github.com/friendica/friendica
synced 2025-05-04 13:04:10 +02:00
Added option to define a schedule date when posting items
This commit is contained in:
parent
9641944c4f
commit
2e2d1bf81d
11 changed files with 224 additions and 174 deletions
|
@ -225,7 +225,7 @@ class Temporal
|
|||
public static function getDateTimeField(
|
||||
DateTime $minDate,
|
||||
DateTime $maxDate,
|
||||
DateTime $defaultDate,
|
||||
DateTime $defaultDate = null,
|
||||
$label,
|
||||
$id = 'datetimepicker',
|
||||
$pickdate = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue