diff options
Diffstat (limited to 'docs/designers/language-custom-functions/language-function-html-select-time.md')
| -rw-r--r-- | docs/designers/language-custom-functions/language-function-html-select-time.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/designers/language-custom-functions/language-function-html-select-time.md b/docs/designers/language-custom-functions/language-function-html-select-time.md index 6ccc5990..d18d2531 100644 --- a/docs/designers/language-custom-functions/language-function-html-select-time.md +++ b/docs/designers/language-custom-functions/language-function-html-select-time.md @@ -7,12 +7,12 @@ minute, second and meridian. The `time` attribute can have different formats. It can be a unique timestamp, a string of the format `YYYYMMDDHHMMSS` or a string that is -parseable by PHP\'s [`strtotime()`](&url.php-manual;strtotime). +parseable by PHP\'s [`strtotime()`](https://www.php.net/strtotime). Attribute Name Type Required Default Description ----------------------- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------- ---------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- prefix string No Time\_ What to prefix the var name with - time [timestamp](&url.php-manual;function.time), [DateTime](&url.php-manual;class.DateTime), mysql timestamp or any string parsable by [`strtotime()`](&url.php-manual;strtotime), arrays as produced by this function if field\_array is set. No current [timestamp](&url.php-manual;function.time) What date/time to pre-select. If an array is given, the attributes field\_array and prefix are used to identify the array elements to extract hour, minute, second and meridian from. + time [timestamp](https://www.php.net/function.time), [DateTime](https://www.php.net/class.DateTime), mysql timestamp or any string parsable by [`strtotime()`](https://www.php.net/strtotime), arrays as produced by this function if field\_array is set. No current [timestamp](https://www.php.net/function.time) What date/time to pre-select. If an array is given, the attributes field\_array and prefix are used to identify the array elements to extract hour, minute, second and meridian from. display\_hours boolean No TRUE Whether or not to display hours display\_minutes boolean No TRUE Whether or not to display minutes display\_seconds boolean No TRUE Whether or not to display seconds |
