How to convert a value from date type to double type
hi
How to convert from date type to double type also from string type to double type.
actuallty i want to subtract two time difference, such as loginTime and logoutTime.
These two timeStamps are in Date format and String format.
Please provide code if possibe.
thanks in advance.

