|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
finding today minus 3 days date
Hi all-
Does anyone know what the CF code for finding today - 3 day's date would be.... if I do now() - 3 I get a huge number with decimals, so obviously thats not the way to do it. Thanks. Greg |
|
#2
|
|||
|
|||
|
<cfoutput>#DateAdd( 'd', -3, now() )#</cfoutput>
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > finding today minus 3 days date |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|