Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
core\output\mustache_user_date_helper Class Reference

Public Member Functions

 transform ($args, Mustache_LambdaHelper $helper)
 Read a timestamp and format from the string.
 

Member Function Documentation

◆ transform()

core\output\mustache_user_date_helper::transform ( $args,
Mustache_LambdaHelper $helper )

Read a timestamp and format from the string.

{{userdate}}1487655635, Y m d{{/userdate}}

There is a list of formats in lang/en/langconfig.php that can be used as the date format.

Both args are required. The timestamp must come first.

Parameters
string$argsThe text to parse for arguments.
Mustache_LambdaHelper$helperUsed to render nested mustache variables.
Return values
string

The documentation for this class was generated from the following file: