diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2023-02-03 22:31:59 +0100 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2023-02-03 22:31:59 +0100 |
| commit | 51ed0d6791cfedbdf2492603d226618133154d70 (patch) | |
| tree | ff1aa263c5b1ea7614cf910c5232a049b145a272 /docs/designers/language-custom-functions/language-function-html-select-time.md | |
| parent | c94d3ddafa8e41e73f127af1959b4715db021d1e (diff) | |
| download | smarty-51ed0d6791cfedbdf2492603d226618133154d70.tar.gz smarty-51ed0d6791cfedbdf2492603d226618133154d70.tar.bz2 smarty-51ed0d6791cfedbdf2492603d226618133154d70.zip | |
fixes to docs
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 |
