Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 7.6 - Challenge

Use the functions you just learned and the concatenation function `++` to work with the payload below so that the missing `dayOfWeek` field is included in each event and only events organized by Ross are shown.
Use the functions you just learned and the concatenation function `++` to work with the payload below so that the missing `day` field is included in each event and only events organized by Ross are shown.

As an example, you can see how a `datetime` value is converted to a `LocalDateTime` and date decomposition used to obtain a day of the week from 1 to 7 and then mapped to the desired name.

Expand Down