You can use the "Say" step and the TeleFlow system variables @DATE and @TIME to play the date and time when you choose the administrative feature to hear them.
<br>
<br>Set up a little input routine for the date/time entry. For example:
<br>Play step: "Please enter the 2 digit year now"
<br>Use a Get TT String step to collect the year portion.
<br>Play step: "Please enter the 2 digit month now"
<br>and so on.
<br>
<br>When you have collected the date and time data you need into TeleFlow variables, use the Run Program step to change the date and time, with these commands (Use one Run Program step for each command)
<br>- "time hh:mm:ss" (Where you will replace the hh:mm:ss with your TeleFlow variables, such as @MYHOUR:@MYMINUTE:@MYSECOND. You can also just use hh:mm)
<br>- "date dd-mm-yy" (Replace dd-mm-yy with your TeleFlow variables, such as @MYDAY-@MYMONTH-@MYYEAR)
|