DateTimeを使用するだけです のようなPHPのクラス $date = DateTime::createFromFormat("ydmhi","1511030830"); echo $date->format('Y-m-d H:i:s') . "\n"; デモ