# File lib/maruku/output/to_html.rb, line 293
        def nice_date
                t = Time.now
                t.strftime(" at %H:%M on ")+
                t.strftime("%A, %B %d")+
                day_suffix(t.day)+
                t.strftime(", %Y")
        end