JLanguage::getFirstDay: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Get the first day of the week for this language. | Get the first day of the week for this language. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 17: | 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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JLanguage::getFirstDay | category=JLanguage::getFirstDay | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:21, 25 March 2017
JLanguage::getFirstDay
Description
Get the first day of the week for this language.
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
User contributed notes
Code Examples