Differences Between: [Versions 400 and 401] [Versions 400 and 402] [Versions 400 and 403]
(no description)
File Size: | 72 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
format:: (3 methods):
userdate()
boolean_as_text()
percent()
userdate($value, stdClass $row, ?string $format = null) X-Ref |
Returns formatted date. return: string param: int|null $value Unix timestamp param: stdClass $row param: string|null $format Format string for strftime |
boolean_as_text($value) X-Ref |
Returns yes/no string depending on the given value return: string param: bool|null $value |
percent($value) X-Ref |
Returns float value as a percentage return: string param: float|null $value |