Date Time Format in RUBY
- by Madhan ayyasamy
The following snippets is very useful when we render views dates in various format in ruby on rails."Format meaning: %a - The abbreviated weekday name (``Sun'') %A - The full weekday name (``Sunday'') %b - The abbreviated month name (``Jan'') %B - The full month name (``January'') %c…