hi,
i have a database with a field that store info in timestamp format
now i what build a query to return only the x date example:
$find_date=date("j/m/Y ",$unixtime)
how can i do that?
thanks for your help