To convert Seconds to milliseconds enter the value in the field below, the result will be displayed below:
Time | |
---|---|
Year | |
Month | |
Week | |
Day | |
Hour |
Time | |
---|---|
Minutes | |
Seconds | |
Millisecond(ms) | |
Microsecond(µs) | |
Nanosecond(ns) |
The conversion formulas are shown below:
milliseconds = seconds * 1000
Example: 20 seconds to milliseconds:
milliseconds = seconds * 1000
milliseconds = 20 * 1000
milliseconds = 20000
seconds = milliseconds / 1000
Example: 5000 milliseconds to seconds:
seconds = milliseconds / 1000
seconds = 5000 / 1000
seconds = 5
Considering that 1 seconds has the equivalent of 1000 milliseconds, you can use a rule of three to get that 30 seconds are equivalent to 30000 milliseconds.
1 seconds - 1000 milliseconds
30 seconds - x milliseconds
Apply the rule of three and get:
x = 30000 seconds
Just multiply 5 seconds per 1000, so you will get 5 seconds are equivalent to 5000 milliseconds. Observe the calculation below:
milliseconds = seconds x 1000
milliseconds = 5 x 1000
milliseconds = 5000