Timely countdown = new Timely(); countdown.setEndTime("2022-01-01 00:00:00"); countdown.start(); long timeLeft = countdown.getTimeLeft(); countdown.stop(); countdown.setTimeFormat("HH:mm:ss");