Saturday, May 17, 2008

How to Show the date in Eruby


<% @today = Date.today %>
<h3 class="date"><span class="month"><%= @today.strftime("%b")%></span> <span
class="day"><%= @today.strftime("%d")%></span><span class="year">,<%= @today.strftime("%Y")%></span></h3>

No comments: