PHP Class date

Afficher le fichier Open project: anchorcms/anchor-cms Class Usage Examples

Méthodes publiques

Méthode Description
format ( $date, $format = null ) * Format a date as per users timezone and format
mysql ( $date ) * All database dates are stored as GMT

Method Details

format() public static méthode

* Format a date as per users timezone and format
public static format ( $date, $format = null )

mysql() public static méthode

* All database dates are stored as GMT
public static mysql ( $date )