Setel waktu ke 00:00:00

Saya mengalami masalah saat menyetel ulang jam di Java. Untuk tanggal tertentu saya ingin menyetel jam ke 00:00:00. Ini kode saya: /** * Resets milliseconds, seconds, minutes and hours from the provided date * * @param date * @return */ public static Date trim(Date date) { Calendar...