JLanguage::getFirstDay: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Get the first day of the week for this language. | Get the first day of the week for this language. | ||
{{Description:JLanguage::getFirstDay}} | {{subst:Description:JLanguage::getFirstDay}} | ||
<source lang="php"> | <source lang="php"> | ||
public function getFirstDay () | public function getFirstDay () | ||
| Line 19: | Line 17: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Language|Language]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Language|Language]] | ||
* [[API17:JLanguage::getFirstDay|Other versions of JLanguage::getFirstDay]] | * [[API17:JLanguage::getFirstDay|Other versions of JLanguage::getFirstDay]] | ||
{{SeeAlso:JLanguage::getFirstDay}} | {{subst:SeeAlso:JLanguage::getFirstDay}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:46, 24 March 2017
JLanguage::getFirstDay
Description
Get the first day of the week for this language.
{{subst:Description:JLanguage::getFirstDay}}
public function getFirstDay ()
- Returns int The first day of the week according to the language
- Defined on line 1096 of libraries/joomla/language/language.php
- Since

See also
JLanguage::getFirstDay source code on BitBucket
Class JLanguage
Subpackage Language- Other versions of JLanguage::getFirstDay
{{subst:SeeAlso:JLanguage::getFirstDay}}
User contributed notes
<CodeExamplesForm />