Unix Timestamp mit MySQL Formatieren


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. id,
  2. art,
  3. mwst,
  4. preis,
  5. FROM_UNIXTIME(bestellung.create_time,'%d.%m.%Y %H:%i') AS createTime
  6. bestellung
  7. id
  8. 0,20

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.