public function FrxDateFormatter::format_string_help in Forena Reports 6
Same name and namespace in other branches
- 6.2 plugins/FrxDateFormatter.inc \FrxDateFormatter::format_string_help()
File
- plugins/
FrxDateFormatter.inc, line 15 - Handles common date formats.
Class
- FrxDateFormatter
- @file Handles common date formats.
Code
public function format_string_help() {
return 'Format ISO formated date. (e.g. "F j, Y, g:i a") Format string is passed to the PHP date_to_string. See <a href="http://php.net/manual/en/function.date.php">PHP Documentation</a> for more info.';
}