Hello,
The format of date and time is something like YYYYMMDDhhmmssmm (for example 2001030400060400). Actually I need to get time difference. For example I want to get difference between 2001030400053200 and 2001030400060400. So how can I do this (using localtime function or any other method) Charitha