Hi allI 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
Hi Pajjwal,
You can achieve that with FormatDateTime
FormatDateTime( CurrDate() , "MMMM")
Cheers