kentico_jurajo
-
11/11/2008 3:31:49 AM
RE:Order By DateNow
Hi,
in the repeater that is displaying the news and events, please configure the WHERE condition to be like this:
(MONTH(NewsReleaseDate) = MONTH(GETDATE())) AND (YEAR(NewsReleaseDate) = YEAR(GETDATE()))
You may need to change the "NewsReleaseDate" field name to the name of your date field.
Best Regards, Juraj Ondrus
|