Draw Datetimes as text !

 
Hi, i have a list with datetimes like 2007.05.21 23:33, etc. So what i want is a script or indicator to draw the time as text with the correct datetime as parameter.
How can i do this with mql4?
I need to know how to do it with more than 1 datetime.
Thank you in advance

ps: is possible to read the datetime from an external file?
 
Yes, you can read any information from an external file. For datetime you need to use function to convert types of data.
See https://docs.mql4.com/convert and https://docs.mql4.com/files
Reason: