1266
Views
1
Comments
Solved
Name of the month
Question

Hi all
I wanted to know whether it is possible to get the name of the month using currdate() function?

I already tried the month function but it return the value as an integer


2021-10-06 17-41-40
André Rodrigues
Solution

Hi Pajjwal,


You can achieve that with FormatDateTime

FormatDateTime( CurrDate() , "MMMM")


Cheers

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.