I want to write beautiful datetime interval.
If just write something like
"from #{date_start.strftime('%d.%m.%Y %H:%M')}
till #{date_end.strftime('%d.%m.%Y %H:%M')}"`
But in some situations this will looking bad. In example:
from 14.08.2012 00:00 till 16.08.2012 00:00
What can I do to humanize it?
To show it more beautiful way, I wrote helper in application_helper.rb:
Now it looks much more beautiful: