Question
display last modified date for database
Hello,
I'm trying to display a the last modified date for a dynamic webpage that pull info from a MS Access db. I searched the forums but couldn't find a real solution. Can anyone tell me what I'm doing wrong?
<cfdirectory directory="http://makeupurl.epds.com/databases/CustomerService/cs_data.mdb" name="GetDate" action="list" filter="*.mdb">
<cfoutput> #GetDate.dateLastModified#</cfoutput>
thanks
