views:

187

answers:

2

I'm trying to show a list of dates of Nodes using view. The list should be something like,

  • 19 September 2009
  • 20 September 2009

Right now it can only show like

  • Thu, 2009-11-12 (All day)
  • Mon, 2009-11-09 (All day)
+4  A: 

admin/settings/date-time/formats and you can create custom formats and use it in views. remember to clear cache and reload the views edit page, otherwise you won't see the new formats.

barraponto
+1  A: 

+1 for barraponto's answer. Also, check out the following link for a tutorial based article on setting the format how you would like, Format Dates at Level Ten

Mike Munroe