The date at which this script session began.
<script>
script.name.startDate
Read Only
string
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 myText>
/ 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>