The date at which this script session began.
<script>
The format of the time is mmddyyyy. For example, June 6th, 2011 would appear as "06062011".
The following displays the value of starttime in a text stimulus:
<text sometext>
/ items= ("startdate = <% script.startdate %>")
</text>
The following saves the startdate (among other values) to a summary data file:
<summarydata>
/ columns=[script.subjectid, script.startdate, script.starttime, expressions.da, expressions.db, expressions.d]
/ file="iat_summary.iqdat"
</summarydata>