Get actual month and day in separate variables

Hi team,

I have a googlesheet with a calendar and I am trying to access to a specific cell which is similar to a table (month/day). I am trying to get previously the actual day in separate variables but I don´t find the way for getting them. I need to have the name of the month, not the number. Any idea?

Thanks in advance

According to the Tokens you can use to format a date variable, you can use M.

e.g.:

{{ formatDate(now; "M") }}

For more information, see

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

2 Likes

Thanks for your help. Continuing with my project…

2 Likes

No problem, glad I could help!

1. If you have a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.

2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.

This marks the topic as solved, so that:

  • others can save time when catching up with the latest activity here, and
  • allows others to quickly jump to the solution if they come across the same problem

To do this, simply click the checkbox at the bottom of the post that answers your question:
Screenshot_2023-10-04_161049

3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

2 Likes