Closed (won't fix)
Project:
SCORM Cloud
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 May 2012 at 13:23 UTC
Updated:
23 May 2012 at 16:43 UTC
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
Comment #1
ronan commentedThis 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.
Comment #2
webservant316 commentedya 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.