Advertisement
Guest User

Untitled

a guest
Aug 16th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Date.today.strftime "%b %d, '%y"
  2. Time.now.strftime "%I:%M%p"
  3.  
  4. # config/locales/custom.yml
  5. custom:
  6. time:
  7. formats:
  8. short: "%b %d, '%y"
  9.  
  10. <p><%= l Time.now, :format => :short %></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement