date.php
Takes a date and parses it into a usable format. The form that a date SHOULD arrive in is: <Tue,> 29 Jun 1999 09:52:11 -0500 (EDT) (as specified in RFC 822) -- 'Tue' is optional
Returns the localized representation of the date/time.
Returns a short representation of the date, taking timezones and localization into account.
Depending on user's settings, this string can be of the form: "14:23" or "Jun 14, 2003" depending on whether the stamp is "today" or not.
Like getDayName, but returns the short form
Returns the (localized) string for a given day number.
Switch system has been intentionaly chosen for the internationalization of month and day names. The reason is to make sure that _("") strings will go into the main po.
Corrects a time stamp to be the local time.
This returns a date of the format "Wed, Oct 29, 2003 9:52 am", or the same in 24H format (depending on the user's settings), and taking localization into accout.
Returns the (localized) string for a given month number, short representation.
Returns the (localized) string for a given month number.
Decodes a RFC 822 Date-header into a timestamp
Documentation generated on Mon, 13 Jan 2020 04:22:15 +0100 by phpDocumentor 1.4.3