Skip to content

Instantly share code, notes, and snippets.

@IronGhost63
Created January 4, 2018 07:38
Show Gist options
  • Save IronGhost63/8fc69dfb24eeac7d105858461630540e to your computer and use it in GitHub Desktop.
Save IronGhost63/8fc69dfb24eeac7d105858461630540e to your computer and use it in GitHub Desktop.
<?php
$db_date = "2018-01-04 14:37:50"; // เวลาจากฐานข้อมูล
$timestamp = strtotime( $db_date ); // แปลงเวลาจากฐานข้อมูลเป็น timestamp
$date = date( "j F Y", $timestamp ); // แปลง timestamp เป็นวันที่
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment