In release candidate 5, the date is not displaying for me in table view with CCK. If I revert to rc4, it works fine.

There was a similar issue in the past with a prior version reported here: http://drupal.org/node/267232

Comments

brunodbo’s picture

Same problem here. When checking it out with dsm(), the 'view' seems to be empty:

dsm($node) output (date part):

 [field_date_0] => Array
        (
            [0] => Array
                (
                    [value] => 2008-09-05T12:45:00
                    [value2] => 2008-09-05T12:45:00
                    [view] => 
                )
brunodbo’s picture

Status: Active » Closed (duplicate)

Marking this as duplicate of http://drupal.org/node/292436. (The same theme_date_all_day() fix applies here.)