API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JLanguage::getFirstDay|Edit Descripton]]<nowiki>]</nowiki>
</span>
<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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JLanguage::getFirstDay|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:46, 24 March 2017

Joomla 11.1 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 Joomla 11.1

See also

{{subst:SeeAlso:JLanguage::getFirstDay}}

User contributed notes

<CodeExamplesForm />