```Log.d("kotlin","${localDate.withDayOfWeek(DateT...
# anko
j
Copy code
Log.d("kotlin","${localDate.withDayOfWeek(DateTimeConstants.MONDAY).toString("dd.")} - ${localDate.withDayOfWeek(DateTimeConstants.SUNDAY).toString("dd. MMMM")}")
        debug("${localDate.withDayOfYear(DateTimeConstants.MONDAY).toString()} til ${localDate.withDayOfWeek(DateTimeConstants.SUNDAY).toString()}")