LocalDate.now constructor

LocalDate.now()

Constructs a LocalDate with the current date and time in the current time zone.

Implementation

LocalDate.now() : this.fromDateTime(DateTime.now());