Dump qGetLastdateModified to see what's being returned as your code looks
sound.

Adrian

> -----Original Message-----
> From: RamaDevi Dobbala [mailto:[email protected]]
> Sent: 07 July 2009 10:57
> To: cf-talk
> Subject: Re: Reg:Last modified Date for file
> 
> 
> <cfset fileList = "datatrac.csv,datatrac-ag.csv">
> <cfoutput>
> <cfloop list="#fileList#" index="page">
>   <cfdirectory action="list"
> 
> directory="#application.domainname#\sections\uploads\xfer\"
>                filter="#page#"
>                name="qGetLastdateModified">
>   #page# was last modified on :
> #DateFormat(qGetLastdateModified.dateLastModified, "mm/dd/yyyy")#<BR>
> </cfloop>
> </cfoutput>
> 
> i am wrikting this query but i am not able to see date, for me just i
> am able to see till this (  #page# was last modified on :), after this
> modified date is not printing, why it is happening like this, is there
> any thing wrong in this code?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324284
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to