# Introduction The `java.time.LocalDate` class represents a date without a time zone component, such as `2022-05-26`. The `getDayOfMonth()` method is used to get the day of a month from a `LocalDate` object.
Click the virtual machine below to start practicing