I\'d like to know if there is a formatting letter for PHP\'s date() that allows me to print minutes without leading zeros, or whether I have to manuall
date()
$current_date = Date("n-j-Y"); echo $current_date; // Result m-d-yy 9-10-2012