如何在Drupal中以页面形式更改“视图”的“日期字段”格式?

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)

admin/config/regional/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.

+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