wantstolearncfm
IS-IT--Management
Hi,
I am currently designing a site for a client of mine. Now i have made my own blog scripting which allows him to add news articles, modify user data etc..
Now he wants a calendar made well a page with dates on per month, how do i make CF only select the pages in say march or april the field is a =Now() datetime in access.
Im guessing date diff or something like that?
I just need the query code to get the dates out
CF Reference
The links of my knowledge
I am currently designing a site for a client of mine. Now i have made my own blog scripting which allows him to add news articles, modify user data etc..
Now he wants a calendar made well a page with dates on per month, how do i make CF only select the pages in say march or april the field is a =Now() datetime in access.
Im guessing date diff or something like that?
I just need the query code to get the dates out
Code:
<Cfquery name="getevents" datasource="ric_data">
Select *
From events
Where event_date = 'this is where i need the code for a month [COLOR=red yello](it will be in a dynamic URL.ID but i just need to no what i need to put in here is it march or something like that?'[/color]
</cfquery>
CF Reference
The links of my knowledge