time function for dates of backtest?

 

The tester has the option for choosing "use date ... from ... to" for any particular backtest. If I wanted to those same dates to print out as comment on the screen, is there a time function that returns that particular date range that I specify for the test? Is there a buit-in function for this?

Thanks.

 
For printing to the Screen, use the Comment(). In combination with the Date Time set of functions.
 
I think the best you can do is print the date and time for the first tick and the date and time when deinit() is a called.
Reason: