I'm trying to display a custom CCK type in block view.

The type has a date field - configured for both display and edit to use the date format "dd/mm/yyyy" that is just the date - no time.

This edits and displays fine.

Then - in the block view - I have the following problem.

If I choose default for the date I get mm/dd/yyyy.

If I choose any of the others (short, medium etc) then it takes the setting from the Date and Time settings of the site - but - they _ALL_ include the time.

So - for monday I can get:

15/01/2007 - 00:00

or

01/15/2007

but not

15/01/2007

Can anyone give me a hint on how to set this up?

5.0RC2 with the 5.x-1.x views module.

Comments

karens’s picture

Go into the field settings for your date field and you will see a place called 'Advanced Display Options'. Open that up and you will see where all those options are set and you can change them any way you want.

karens’s picture

Project: Views (for Drupal 7) » Date
Component: Miscellaneous » Code
Status: Active » Fixed

And just for posterity, I'm moving this back to the Date module issue queue and marking it fixed.

chrissearle’s picture

OK - yes - I had totally missed that advanced display option section.

Just wanted to thank you for a quick answer :)

Anonymous’s picture

Status: Fixed » Closed (fixed)