Kush,
Now() only gives time to the second.
What are you trying to to? If you want to determine time in milliseconds between event A and event B, you can use CF's GetTickCount() function.
Note that (from CF manual)"The absolute value of the counter has no meaning. Generate useful timing values by taking differences between the results of GetTickCount() at specified points during page processing."