conv()
conv(string $from, string $to = null, string $if_null = '') : string
Retourne $from sous forme d'une date formatée
Parameters
string | $from | Texte à convertir. |
string | $to | Formatage |
string | $if_null | valeur à retourner si la date est considérée comme nulle |