Does anyone know of a way to display the "Publish" and "Unpublish" dates & times set with the Scheduler module? I've created a certain node type in which I want users to see when the node is scheduled to be published and unpublished.

I tried using calculated fields in CCK to display the contents of $node->publish_on and $node->unpublish_on, but it doesn't seem to work consistently. I have a feeling that I may need to tell the field to store the contents in the database, but it doesn't seem to want to work when I tell the field to do so. Anyway, I would think that the content would already be stored somewhere, no?