<?php
setlocale (LC_TIME,"en_En");
$data = date("d - F - Y ");
echo $data;
?>