Refer: http://ellislab.com/forums/viewthread/199668/#1022941
I am trying to display modified date and file size for a list of entries.
I am using EE 2.5.2
Latest version on MSM
Structure 3.3.3
This is the code i am working with:
{exp:channel:entries channel="tech_bulletins" dynamic="no" orderby="order_documents" sort="asc"}
<!-- item -->
<a href="http://{file}" target="_blank" rel="noopener"><b>{title}</b>__ {file}<span>Modified: {modified_date format="%d %m %Y"} <span>|</span> File Size: {file_size}</span>{/file}</a>
{/exp:channel:entries}