Str2date time displaying as 1970-01-01 instead of HH:mm - -

I am converting a date of ‘06/27/11 07:25’ using str2date(‘06/27/11 07:25’, MM/dd/yy HH:mm) and it correctly converts the date however, the time component is converting as 1970-01-01. How do I get it convert to 07:25?

All help appreciated in advance.

Hello,
can you explain it more? Show the code and describe the problem exactly.