Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3316

Re: Displaying days with hours between two Dates

$
0
0

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


Viewing all articles
Browse latest Browse all 3316

Trending Articles