Davesh Garg
Board Regular
- Joined
- Jun 3, 2014
- Messages
- 64
Hi All,
Please help me in extracting hours from two responses given date and time, keep in mind to calculate if response received within business hours.
For Ex:
* Here, please consider business time starts and ends at 08:00 AM - 05:00 AM
* Saturday and Sunday should be excluded
* Any Holiday as per already having a table should be excluded
Hours calculation should be processed as per business time considered.
Please let me know if anything is not clear. Appreciate your help and response on the same.Thanks
DG
Please help me in extracting hours from two responses given date and time, keep in mind to calculate if response received within business hours.
For Ex:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Response1[/TD]
[TD]Response2[/TD]
[TD]Difference (Hours)[/TD]
[/TR]
[TR]
[TD]09/07/2018 10:00:00 AM[/TD]
[TD]09/07/2018 02:00:00 PM[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]09/07/2018 10:00:00 AM[/TD]
[TD]09/11/2018 07:00:00 PM[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]09/07/2018 05:00:00 AM[/TD]
[TD]09/13/2018 05:00:00 AM[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
* Here, please consider business time starts and ends at 08:00 AM - 05:00 AM
* Saturday and Sunday should be excluded
* Any Holiday as per already having a table should be excluded
Hours calculation should be processed as per business time considered.
Please let me know if anything is not clear. Appreciate your help and response on the same.Thanks
DG