Date format in visualforce page

This will print out the date in this format May 30 2015.

<apex:outputtext value="{0, date, MMMM d yyyy}">
    <apex:param value="{!TODAY()}"></apex:param>
</apex:outputtext>