Hello All,
We can have Functions which can return Current Day and Month.
Regards
Sanjay Bankar.
Hi Sanjay,
You can achieve that by typing Day(CurrDate()) and Month(CurrDate()) respectively. What is the added value you see in having those 2 more functions?
Regards.
@Ricardo Reis Hi I want to say that if anyone wants to fetch Day Name and Month Name then in that case functions you mentioned will not be helpful.
e.g. 1 March,2022 (in this case above mentioned functions will be helpful).
Thanks for the clarification, Sanjay.
From your initial description, it was not clear you meant the day and month's names. In that case, I agree with you, and I've already felt that need as well. I always end up creating a function that returns the name of the month, so it would be very useful if we could have that out-of-the-box.
You have my like.
Thank you @Ricardo Reis
I updated the title to match better the idea.
@Daniël Kuhlmann Ok No Problem.
Yes, that can be useful that those became part of built-in functions.
Could be useful sometimes