# Introduction The Java `LocalDate` class provides the `toEpochDay()` method that can be used to convert a date to Epoch Day. The Epoch day count is the number of days that have elapsed since January 1, 1970. In this lab, you will learn how to use the `toEpochDay()` method and its syntax.
Click the virtual machine below to start practicing