Obtaining fields from Date

Dear friends.
Given a Date, i need to get several fields:
The Year
The day of the week(name)
The Month(name)
And the number of the Week(1-52)

I have done this using JavaScript. How can i do it in Mit App Inventor.
Any hint is welcome.

Thank you.

Use the clock component
https://ai2.appinventor.mit.edu/reference/components/sensors.html#Clock

1 Like

Thank you very much Peter, i will use this component. I didn't know it exists.

Sincerely,
Negrazo49