You can use a Julian Day which is the number of days since 1/1/0001 - all you need to know is the day-of-week for that day (Which is Saturday).
Edit: I’ve been trying to find how to do this from blueprint but can’t find anything exposing the c++ GetJulianDay method linked above, to do it this way you may need to create a c++ method to call that and return it to your blueprint.