Retrieves the translated weekday abbreviation.
Description
The weekday abbreviation is retrieved by the translated full weekday word.
Parameters
$weekday_name
stringrequired- Full translated weekday word.
Source
public function get_weekday_abbrev( $weekday_name ) {
return $this->weekday_abbrev[ $weekday_name ];
}
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.