Lava Filters - SundayDate
Category:Date
Description:Returns the Sunday date portion (without any time portion) of the date provided.
Input: "CurrentPerson": {
"FirstVisit": "2/14/2011"
}
Lava: You first visited on the week of {{ CurrentPerson | Attribute:'FirstVisit' | SundayDate }}.
Output: You first visited on the week of 2/20/2011.