Is there official documentation by Oracle saying we should not use java.util.Date in new project

Viewed 211

I am writing new project in Java 8 in company. I have suggested to use Java 8 date time API but one of my co workers says that new Date time API works slow.

Is it true? Also I want to get some official documentation from Oracle which will mention that you should not use java.util.Date in new projects.

3 Answers
Related