Date formatting issues

I am using {site: text; page=https://calendar.google.com/*; selector=#xStDaIn} to copy from the date field in a google calendar event but it comes across as text. eg. 16 Jun 2026.

I need this to be formatted as a numerical date so I can have it add the day in dddd format.

Can anyone help me?

Colin

Hi @colinpar1 and welcome to the forum.

Try this:
{time: YYYY-MM-DD; at={site: text; page=https://calendar.google.com/*; selector=#xStDaIn}}

Thank you. That worked perfectly.