Bar date & time

 
Hi,

Is it possible to determine the date and time of a bar x number of bars ago, and if so how?

I'm new to Metaeditor so any help would be greatly appreciated.

Thanks in anticipation.
 
TimeToStr(Time[x],TIME_DATE|TIME_MINUTES)

CB
 

And more generally:
TimeToStr(iTime(symbol,PERIOD,i),TIME_DATE|TIME_MINUTES)