Closed (duplicate)
Project:
Date
Version:
7.x-2.0-rc1
Component:
Date Field
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2012 at 13:07 UTC
Updated:
17 Jan 2012 at 14:08 UTC
I have a custom date format that stopped working after updating the module. Actually, every custom date format I create is not working anymore when called with field_view_field().
The custom format is called 'blocco' and I'm calling field_view_field() like this:
field_view_field('node', $vars['node'], 'field_datetime', array('label' => 'hidden', 'type' => 'date_blocco'));
It seems that Drupal cannot find the proper formatter. I already cleared the caches, recreated the format and tried debugging with no luck.
Has anything changed in the rc version regarding this topic?
Comments
Comment #1
karens commentedDuplicate of #1096000: Custom date format not working in Views3