Date(Year(Today()), Month(YourDateField), Day(YourDateField))
With(
{_Date:Split(YourString,"/")},
Date(Year(Today()), Month(First(_Date).Value), Day(Index(_Date,2).Value))
)
WarrenBelz
55
Most Valuable Professional
mmbr1606
42
Super User 2025 Season 1
Michael E. Gernaey
31
Super User 2025 Season 1