I am assigning the current time stamp to a variable $strtTime and holding the execution for 5 seconds with Sleep and calculating the current time stamp.
Ideally, the _DateDiff should give 5 seconds as output as i gave the parameter as s.But it is giving zero 0.
Any suggestions....!
Glo...