I have a timestamp like this 2017-10-01 21:33:37
What I am trying to achieve is I want to display this as when it is parsed by PHP
Like: September 29, 2017
How to achieve so?
i am trying to do like this <?php echo $value['created']; ?>
i have tried using strtotime
the date
function but didn't get the output