mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 09:44:38 +02:00
Minor phpdoc updates
This commit is contained in:
@@ -371,10 +371,13 @@ class InputfieldDatetime extends Inputfield {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get or set jQuery UI datepicker options
|
||||
* Get or set jQuery UI datepicker (and timepicker) options
|
||||
*
|
||||
* <https://api.jqueryui.com/datepicker/>
|
||||
*
|
||||
* Can also be used with several timepicker options:
|
||||
* <https://trentrichardson.com/examples/timepicker/#tp-options>
|
||||
*
|
||||
* ~~~~~
|
||||
* // set custom options
|
||||
* $inputfield->datepickerOptions([ 'changeMonth' => false, 'changeYear' => false ]);
|
||||
|
Reference in New Issue
Block a user