|
Hi Kor,
It seems a lot of people are working the date object these days.
I still have a hard time understanding the conditional statement. So once again would you mind explainging this line of code?
dif=((tm<inp[0])||(tm==Number(inp[0])&&td<Number(inp[1])))?dif-1:dif;
I have not seen the Number() function before, what is it's syntax?
Last edited by PhotoJoe47; 11-24-2005 at 07:50 PM..
|