What should you use instead of Calendar for complex date operations?
Calendar
Stick to using String representations
String
Use newer classes introduced in Java 8
Use third-party libraries
Use the Date class only
Date