Retrieves translated version of month abbreviation string.
Description
The $month_name parameter is expected to be the translated or translatable version of the month.
Parameters
$month_name
stringrequired- Translated month to get abbreviated version.
Source
public function get_month_abbrev( $month_name ) {
return $this->month_abbrev[ $month_name ];
}
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.