so i create in my view:
<%=date=Date.today%>
How do i get the name of the month out of the date? I was trying to do sth like
Ref this
<% @date = Date.today %> <%= @date.strftime("%B")%>
if
@date >> Fri, 11 Jun 2010
then
@date.strftime("%B") >> "June"