The release date for the version of Inquisit running the script.
<inquisit>
The releasedate property can be used in combination with the version property to track which version of Inquisit was used to collect a given set of data. The format of the time is mmddyy. For example, June 6th, 2011 would appear as "060611".
The following displays the value of releasedate in a text stimulus:
<text sometext>
/ items= ("releasedate = <% inquisit.releasedate %>")
</text>
The following saves the releasedate (among other values) to a summary data file:
<summarydata>
/ columns=[script.subjectid, script.startdate, script.starttime, inquisit.version, inquisit.releasedate, expressions.da, expressions.db, expressions.d]
/ file="iat_summary.iqdat"
</summarydata>