Type
Date
Check the day of the week of a date property
prop("Date").formatDate("dddd")
prop("Date").day()
Checking the month of a date property
formatDate(prop("Date"), "MMMM")
prop("Date").month()
Checking the day of the week of a date property
prop("Date").year()