Scot VanAlstine wrote: > Hard coding that date won't work because I have a bunch of files with > differet last modified dates. Is there something I am missing?
You could make it a variable, since it's being returned from your cfdirectory, then plug it in.... <cfset dateString = yourDateVariable> <cfset dateObj = ParseDateTime(dateString)> <cfdump var="#DateCompare(dateObj, Now())#"> At least, I think you should be able to. Judith ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Protect Your PC from viruses, hackers, spam and more. Buy PC-cillin with Easy Installation & Support http://www.houseoffusion.com/banners/view.cfm?bannerid=61 Message: http://www.houseoffusion.com/lists.cfm/link=i:15:789 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
