Convert from Gregorian to Julian calendar [duplicate]
问题 This question already has answers here : Does Java support Julian calendar? (4 answers) Closed 2 years ago . I need to create a program that reads dates from a .csv file and convert it so that 13 days are added. I already did that but somehow it does not add the following dates as wished. It also goes over 30 days, which is not supposed to happen for example 2001-12-42 . public static void main(String[] args) throws FileNotFoundException, ParseException { File fread = new File("src/daten-greg