API17

JDatabaseSQLSrv::dateToString: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Method to get a  object represented as a datetime string in a format recognized by the database server.  
Method to get a  object represented as a datetime string in a format recognized by the database server.  


{{Description:JDatabaseSQLSrv::dateToString}}
{{subst:Description:JDatabaseSQLSrv::dateToString}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseSQLSrv::dateToString|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function dateToString (
public function dateToString (
Line 40: Line 38:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseSQLSrv::dateToString|Other versions of JDatabaseSQLSrv::dateToString]]
* [[API17:JDatabaseSQLSrv::dateToString|Other versions of JDatabaseSQLSrv::dateToString]]
{{SeeAlso:JDatabaseSQLSrv::dateToString}}
{{subst:SeeAlso:JDatabaseSQLSrv::dateToString}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseSQLSrv::dateToString|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:15, 24 March 2017

Joomla 11.1 JDatabaseSQLSrv::dateToString

Description

Method to get a object represented as a datetime string in a format recognized by the database server.

{{subst:Description:JDatabaseSQLSrv::dateToString}}

public function dateToString (
        $date
        $local=false
)
Parameter Type Default Description
$date The object with which to return the datetime string.
$local bool false True to return the date string in the local time zone, false to return it in GMT.
  • Returns string The datetime string in the format recognized for the database system.
  • Defined on line 167 of libraries/joomla/database/database/sqlsrv.php
  • Since Joomla 11.1

See also

{{subst:SeeAlso:JDatabaseSQLSrv::dateToString}}

User contributed notes

<CodeExamplesForm />