Users Pricing

forum

Home Forums Convert the given time into milliseconds using Java – MindStick

Convert the given time into milliseconds using Java

E E Cummings 2765 05 Oct 2013

I am trying to convert the time (hh:mm:ss) into milliseconds. How could i do it?

Is it right to use the following one?

hh * mm * ss * 1000;

But if the minute is 00 or second is 00, it gives 0.

How do I calculate this?


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md