Posts by Erickson337 • 11 points
1 post
-
1
votes1
answer152
viewsA: Sort timestamp results just by time?
Based on the proposed problem, I believe it can be solved with the following functions:: DATE_FORMAT(FROM_UNIXTIME(UNIX_TIMESTAMP()),'%H:%i:%s') Upshot: $sql ="SELECT * FROM challenge, guild,…