I have Input_Date_Time = 15/09/2013 09:17:48 (There are three sources of applications. Branch, Direct and Online. If it is online then it can come in the system anytime as it operates 24 Hours but I just want to calculate hours 9am to 5pm) and Decisiondatetimefinal = 19/09/2013 13:56:00. These two fiels are on two different files. I want to calculate (Decisiondatetimefinal - Input_Date_Time) in hours only working days.
I pasted the follwoing start and finishng time in script
Let vStartTime = '09:00:00';
Let vQuitTime = '17:00:00';
Let vWorkDay = '$(vQuitTime)'-'$(vStartTime)';
After that pasted the following in expression but does not give me results. Any idea????: