I want to echo the current month in full text. eg : june;
echo date('M');
// result jun.
but i want to display full month. how can i do that.
I want to echo the current month in full text. eg : june;
echo date('M');
// result jun.
but i want to display full month. how can i do that.