I have date 14.10.13 format it comes from my database table.I want to format it .but it give always today dates.I want to change it as following.
04 December 2014
for this i use flowing code
<?php echo date("d F Y", strtotime('14.10.13'));?>
but it always give current date
04 December 2014
format
i cannot understand what is problem.