I am trying to see a variable for today's date and then add a month to it to create another variable:
<cfset Variables.DateToday = Now()>
<cfset Variables.DateValReq = DateAdd("m", 1, variables.DateToday)>
However, my output comes out as the following:
Variables.DateToday shows up as...
I am running a query to pull some database records, but I want to avoid records that have an empty text field.
So I was thinking of something like this:
<CFQUERY>
.
.
.
.
AND (Staff.MName <> '')
</CFQUERY>
but that did not seem to work - there is no space between my single quotes in the...
I want to display values from a currency field but without the zeros..any suggestions would be appreciated.
For example instead of $75.00 I just want to disply $75
Just loaded Mozilla and really-really enjoy the tab feature, however, I have found it to be a pain that if I open a new tab, it delivers my default home page when I first open the browser. Is there any way I can set a preference which will open the new tab in the latest window that I have...
I have a couple of email accounts on separate machines (outlook and outlook express)
How can I set up a simple rule that forwards ALL of those emails to another email address?
TIA!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.