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