Rohit,
Get the difference between them in seconds and use the below formula to get the days and hours
=FormatNumber(Floor([Diff in seconds]/86400);"00") + "Days" +"."
FormatNumber(Floor(Mod([Diff in seconds ;86400)/3600);"00")
-Sri Harsha
Rohit,
Get the difference between them in seconds and use the below formula to get the days and hours
=FormatNumber(Floor([Diff in seconds]/86400);"00") + "Days" +"."
FormatNumber(Floor(Mod([Diff in seconds ;86400)/3600);"00")
-Sri Harsha