<?php $d = 201511; $year = substr($d,0,4); $month = substr($d,-2); $reverse = $month.$year; echo $reverse;
You have javascript disabled. You will not be able to edit any code.