Is it possible to easily add custom date format for Views Content CCK date fields? When building a node View the Registration date fields available through a union with the Registration table have custom date format available. However, when the date fields are accessed through the Content CCK there is no custom format available. This may not be easily remedied because the date fields themselves are already 'format types' when added as Content CCK in Views. Anyway if it were possible to allow for custom date formats when adding date fields that way, it would be very helpful.

Comments

ronan’s picture

Status: Active » Closed (won't fix)

This is not easily remedied, as there is no existing UI for specifying these date formats. Field formatters in Drupal 6 do not have settings. The format used is the 'medium' format for your site however so you should be able to adjust this at admin/settings/date-time/formats/configure. This will change date formats across your site however.

webservant316’s picture

ya I figured. ok I'll just change the medium format for now, but like you said that will be site wide.
If it was an easy fix, you could also create a date format dedicated for the scorm cloud use.