Open saerdnaer opened 5 years ago
please use date time parsing library (e.g. SimpleDateFormat, c.f. https://stackoverflow.com/questions/13515168/android-time-in-iso-8601) instead of manually splitting the date, thanks!
https://github.com/tuxmobil/CampFahrplan/blob/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/java/nerd/tuxmobil/fahrplan/congress/Lecture.java#L115-L126
please use date time parsing library (e.g. SimpleDateFormat, c.f. https://stackoverflow.com/questions/13515168/android-time-in-iso-8601) instead of manually splitting the date, thanks!
https://github.com/tuxmobil/CampFahrplan/blob/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/java/nerd/tuxmobil/fahrplan/congress/Lecture.java#L115-L126