Please make it so that if a Date field is in views, I can:
1. specify my own custom date format.
2. if I choose, only display the "start" or "end" date.
3. In #1, have different fields for the start and end date.

Comments

karens’s picture

Status: Active » Closed (duplicate)

This is a duplicate of http://drupal.org/node/113489.

aren cambre’s picture

Status: Closed (duplicate) » Active

http://drupal.org/node/113489 doesn't address items 1 and 3 in my request.

karens’s picture

Status: Active » Fixed

#1. You can already specify up to 4 custom formats in the field settings, then select from them in Views. That's plenty. I'm not going to add any more to that. You can do more than that using themeing with date and views themes.

#3. Combining values from two different date fields can only be done in your theme. There is no way this module can address that as CCK currently works. In CCK each field stands on its own.

Anonymous’s picture

Status: Fixed » Closed (fixed)