Connecting Tech Pros Worldwide Forums | Help | Site Map

Comparison of time

Newbie
 
Join Date: Dec 2007
Posts: 8
#1: Dec 21 '07
Hello,
I have two different times in two different functions.How can i compare these two values.

Newbie
 
Join Date: Dec 2007
Location: United Kingdom
Posts: 24
#2: Dec 21 '07

re: Comparison of time


im not entirly sure what you are asking here but this maybe able to help

Expand|Select|Wrap|Line Numbers
  1. timeFunc(){
  2.    return time;
  3. }
  4.  
  5. timeFunc2(){
  6.    return time;
  7. }
  8.  
  9. compareTimes(timeFunc(), timeFunc2());
  10.  
  11.  

Chris
Reply