Forums
This topic is locked
Displaying news - from... till
Posted 30 Aug 2001 07:44:33
1
has voted
30 Aug 2001 07:44:33 Roman Uzdowski posted:
Hi, Folks. How can I display my blog upon a period - from today till specific time for ex. December 31.Sure I want to make it in UD4.
Replies
Replied 30 Aug 2001 09:43:12
30 Aug 2001 09:43:12 Viktor Farcic replied:
Use WHERE in your SQL statement. Something like:
WHERE DateField >= 'varStartDate' AND DateField <= 'varEndDate'
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi, Folks. How can I display my blog upon a period - from today till specific time for ex. December 31.
Sure I want to make it in UD4.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
WHERE DateField >= 'varStartDate' AND DateField <= 'varEndDate'
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi, Folks. How can I display my blog upon a period - from today till specific time for ex. December 31.
Sure I want to make it in UD4.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>