I.e.
Month Returns January 1 February 2 March 3 April 4 May 5 June 6 July 7 August 8 September
I can't imagine this is more efficient, but it works
$t = strtotime("March"); echo date('n',$t);