Hi i have input type text as date with a value of "2013-12-25"
and i have a database with a field of month and a value of (December) and Year (2013).
How can i convert the value of (2013-12-25) to a string of December and Year so i can use it to my
Select Persons from Customer where Month = '$Month' and Year = '$Year'