myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [1941] branches/event_logging/app/views/layouts/_


From: noreply
Subject: [myexperiment-hackers] [1941] branches/event_logging/app/views/layouts/_public_news_entry.rxml: Fix: American date format replaced with British.
Date: Tue, 11 Nov 2008 09:49:50 -0500 (EST)

Revision
1941
Author
alekses6
Date
2008-11-11 09:49:50 -0500 (Tue, 11 Nov 2008)

Log Message

Fix: American date format replaced with British.

Modified Paths

Diff

Modified: branches/event_logging/app/views/layouts/_public_news_entry.rxml (1940 => 1941)


--- branches/event_logging/app/views/layouts/_public_news_entry.rxml	2008-11-11 14:45:15 UTC (rev 1940)
+++ branches/event_logging/app/views/layouts/_public_news_entry.rxml	2008-11-11 14:49:50 UTC (rev 1941)
@@ -1,5 +1,5 @@
 xm.item do
-  xm.title "#{public_news_entry[0].strftime("%m/%d/%Y")} @ #{public_news_entry[0].strftime("%H:%M")} - #{strip_html(public_news_entry[1])}"
+  xm.title "#{public_news_entry[0].strftime("%d/%m/%Y")} @ #{public_news_entry[0].strftime("%H:%M")} - #{strip_html(public_news_entry[1])}"
   xm.description white_list(public_news_entry[1])
   xm.pubDate public_news_entry[0].rfc822
 end
\ No newline at end of file

reply via email to

[Prev in Thread] Current Thread [Next in Thread]