Hi Horst,
Is there a function that will format the Date to a specific string format, for example the Date is 2014-08-12 then you want your output in this string format Aug 12 2014? Or do you need to do this manually in your code? like GetMonth(), then if 08, string = "Aug"? and so on and so forth.
Regards,
Rajiv