A voir également:
- MySQL Unixtime négatif
- Mysql community server - Télécharger - Bases de données
- Fitline avis négatif - Forum Mobile
- Fil noir et blanc positif ou négatif ✓ - Forum Enceintes / HiFi
- Negatif +62 - Guide
- Formule excel si nombre négatif ✓ - Forum Excel
1 réponse
dubcek
Messages postés
18756
Date d'inscription
lundi 15 janvier 2007
Statut
Contributeur
Dernière intervention
18 décembre 2024
5 622
21 janv. 2009 à 15:14
21 janv. 2009 à 15:14
hello
FROM_UNIXTIME(birthday,'%s')
FROM_UNIXTIME attend un format de type date_format ou %s représente 0-59 secondes, c'est le but ?
FROM_UNIXTIME(birthday,'%s')
FROM_UNIXTIME attend un format de type date_format ou %s représente 0-59 secondes, c'est le but ?
21 janv. 2009 à 21:44
Voici le code exact:
sprintf("SELECT birthday FROM members WHERE FROM_UNIXTIME(birthday,'%s')='%s';",'%d%m',date("dm"));