API17

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.  


{{subst:Description:JLanguage::getFirstDay}}
 


<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]]
{{subst:SeeAlso:JLanguage::getFirstDay}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JLanguage::getFirstDay
category=JLanguage::getFirstDay
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:21, 25 March 2017

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

See also


User contributed notes

Code Examples