Hey guys, just wanted to know how to pull this off - I want to display entries that only have today’s date:
{if current_time format="%D, %F %d, %Y" == entry_date format="%D, %F %d, %Y"}
Then show this content
{/if}Obviously that code isn’t working but I was wondering if it was close.
***EDIT***
What about:
{exp:channel:entries channel="{my_weblog}" sort="desc" start_on="{current_time format='%Y-%m-%d %H:%i'}" show_future_entries="yes"}