Ask a Question related to Macromedia ColdFusion, Design and Development.
-
bweno #1
Add To Dateformat()
How do I add two weeks to the present date using dateformat(now()) so that the date that appears is 2 weeks in advance...
Thanks in Advance!!!
bweno Guest
-
DateFormat in cfquery
Hi. Im trying to changing DateFormat in a cfquery and I cant get it right. Is something like this possible. (I always get an error saying... -
Dateformat question
I've been experimenting with the date format, just trying to get the date displayed on the page. I have: <cfset TodayDate=now()> ... -
DateFormat and cfcontent problem
I wonder why the following will not output to msword: -------------------------------------------------------------------------------- ----------... -
dateformat - month
I've got a very simple problem, I need to loop through the range 1 -12, getting the month for each number, see below. Hope you can help. Thanks ... -
DateFormat?
I need to format a date as mm/dd/yy. I don't see the Format function listed in my book, and the DatePart or FormatDateTime functions don't seem to... -
mxstu #2
Re: Add To Dateformat()
<cfoutput>#DateFormat(DateAdd("ww", 2, now()))#</cfoutput>
mxstu Guest



Reply With Quote

