Can EE display future entries?
Yes, though by default this is not enabled. However, this is also simple to do with ExpressionEngine.
The key is the use of the show_future_entries= parameter, available in the weblog tags. So, if you wanted to make a list of entries that included not only past but future entries, you might use:
{exp:weblog:entries weblog="yourweblog" show_future_entries="yes"}
