Hi sainag, Thank you so much for your quick response. I was able to use your example and get it as follow - 2 things i noticed are 1 is the week number as 40 this should have been the october month week number 2 is the time part - i have 08.48.12 which is EST - but in my results i see it as 07.48.12 ToDateTime1=strptime(TempDate1, "%a %d %b %Y %H:%M:%S:%3N %Z"), Get_Day_Name=strftime(ToDateTime1, "%A"), Get_Month_Num=strftime(ToDateTime1, "%d"), Get_Month_Name=strftime(ToDateTime1, "%b"), Get_Year=strftime(ToDateTime1, "%Y"), Get_Week_Number=strftime(ToDateTime1, "%U"), Get_Time_Part=strftime(ToDateTime1, "%H:%M:%S") Thanks a lot
... View more