I upgraded to latest submit of the module, run update.php and found all dates missing in my site. When going to update nodes, the correct date where there. So by inspection I saw that the date field (which I called "when") variable had in field_when[0]['value'] the correct ISO date, but there was no field_when[0]['view'] (and nothing else, for what matters). I tried updating the node, but no change happened. I tried creating a node from scratch, but found the same problem. I tried various things (fiddling with site's date configuration, the display options of the field, site's localization, changing widget etc) but still no dates displayed.

Comments

karens’s picture

Are you seeing this on 4.7?? There was a bug in CCK 5.x that was causing this behavior which has since been fixed. The date module doesn't really control this. If this was 5.x, update to the latest snapshot version of CCK and things should look OK again. If it is 4.7, I have no idea what would make it behave this way, so report back and I'll mull it over.

redsun82’s picture

No, I'm running 4.7, and latest version of CCK. Date is the only field affected. I also tried to change other things (requiredness, muliple values, tried to create a date field from scratch, thinking maybe only the updating of already existing fields was affected), and still get just values without display. When creating a view and using the long-medium-short formats I get the desired results (but I guess those displays are computed directly from the ISO value...). I'm available for any additional info on my site's setup.

Jensor’s picture

Thanks KarenS,

the hint with the update of the cck to the development snapshot works for me.

redsun82’s picture

Status: Active » Fixed

Upgrading to the development snapshot of CCK solved the problem for me also. Thanks! I'm changing status to fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)