Date function question

 
Can anyone tell me how to access the date of the weekly(1) bar, not the current one. I need to do this from any chart other than weekly. For example, if I'm on a 4hr or daily chart, i need to reference the date of the closed week bar.
 

are you looking for this?

iTime(Symbol(),PERIOD_W1, 1)

 
GarF1eld:

are you looking for this?

iTime(Symbol(),PERIOD_W1, 1)

Yes! Thank you! I have tried so many concoctions of functions I was about to lose my mind. I actually needed to convert it like this: (TimeToStr(iTime(Symbol(),PERIOD_W1, 1),TIME_DATE)

Reason: