difference of Calendar day_of_year and day_of_month Posted on 2020-08-31 Edited on 2023-03-24 In Java for adding it really makes no difference, but this 123Calendar c = Calendar.getInstance();System.out.println(c.get(Calendar.DAY_OF_MONTH));System.out.println(c.get(Calendar.DAY_OF_YEAR)); prints 1228363 Welcome to my other publishing channels Twitter