How To Set Previous Sunday In The Android Calendar

[Solved] How To Set Previous Sunday In The Android Calendar | Kotlin - Code Explorer | yomemimo.com
Question : how to set previous sunday in the android calendar

Answered by : mehedi-hasan-shagor

 LocalDate .now() .with( TemporalAdjusters.previous( DayOfWeek.SUNDAY ) ) ;

Source : https://stackoverflow.com/a/43410239/10681751 | Last Update : Thu, 01 Sep 22

Answers related to how to set previous sunday in the android calendar

Code Explorer Popular Question For Kotlin