API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JDate

Graphe d'héritage de JDate:
Graphe de collaboration de JDate:

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des constructeurs et destructeur

JDate::__construct ( date = 'now',
tzOffset = 0 
)

Creates a new instance of JDate representing a given date.

Accepts RFC 822, ISO 8601 date formats as well as unix time stamps. If not specified, the current date and time is used.

Paramètres:
mixed$dateoptional the date this JDate will represent.
int$tzOffsetoptional the timezone $date is from

Références $date, et elseif.


Documentation des fonctions membres

JDate::_dayToString ( day,
abbr = false 
)

Translates day of week number to string

protected

Paramètres:
int$dayThe numeric day of the week
bool$abbrReturn the abreviated day string?
Renvoie:
string day string

Références JText::_().

Voici le graphe d'appel pour cette fonction :

JDate::_monthToString ( month,
abbr = false 
)

Translates month number to string

protected

Paramètres:
int$monthThe numeric month of the year
bool$abbrReturn the abreviated month string?
Renvoie:
string month string

Références JText::_().

Voici le graphe d'appel pour cette fonction :

JDate::_strftime ( format,
time 
)

Translates needed strings in for JDate::toFormat (see PHP_MANUAL#strftime)

protected

Paramètres:
string$formatThe date format specification string (see PHP_MANUAL#strftime)
int$timeUnix timestamp
Renvoie:
string a date in the specified format

Références $date.

JDate::getOffset ( )

Get the date offset (in hours)

public

Renvoie:
integer
JDate::setOffset ( offset)

Set the date offset (in hours)

public

Paramètres:
floatThe offset in hours
JDate::toFormat ( format = '%Y-%m-%d %H:%M:%S')

Gets the date in a specific format

Returns a string formatted according to the given format. Month and weekday names and other language dependent strings respect the current locale

Paramètres:
string$formatThe date format specification string (see PHP_MANUAL#strftime)
Renvoie:
a date in a specific format

Références $date.

JDate::toISO8601 ( local = false)

Gets the date as an ISO 8601 date.

Renvoie:
a date in ISO 8601 (RFC 3339) format IETF RFC 3339

Références $date.

JDate::toMySQL ( local = false)

Gets the date as in MySQL datetime format

Renvoie:
a date in MySQL datetime format MySQL DATETIME format

Références $date.

JDate::toRFC822 ( local = false)

Gets the date as an RFC 822 date.

Renvoie:
a date in RFC 822 format IETF RFC 2822 (replaces RFC 822)

Références $date.

JDate::toUnix ( local = false)

Gets the date as UNIX time stamp.

Renvoie:
a date as a unix time stamp

Références $date.


Documentation des données membres

JDate::$_date = false
JDate::$_offset = 0

La documentation de cette classe a été générée à partir du fichier suivant :