timcunningham

Really? You used SQL to do that?

Jul 10th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.           <cfquery name="loadDateInfo" datasource="#MainDSN#"
  2.          username="#MainUsername#" password="#MainPassword#">
  3.                SELECT datediff(d,getDate(), '#loadPendingPolicy.effectiveDate#') as FutureDate
  4.           </cfquery>
Advertisement
Add Comment
Please, Sign In to add comment