I have a LocalDate
variable called date
, when I print it displays 1988-05-05 I need to convert this to be printed as 05.May 1988. How to do this?
I have a LocalDate
variable called date
, when I print it displays 1988-05-05 I need to convert this to be printed as 05.May 1988. How to do this?