scusatemi,
Imput
<?php echo $user->registerDate ?>
Output :
Registrato dal 2015-01-24 18:45:06
cosa devo scrivere affianco a registerDate perche venga fuori solo Anno|Mese|Giorno (escludendo cosi l'ora)
2015-01-24
ho provato con
<?php echo $user->registerDate (Y m d) ?>
ma nulla