Hi All,
In a report, I have a field for displaying Date of Birth of employees, in which the format of date being displayed is DDMMYY.
But, instead of this format, I have to display the date as '31 January'.
I tried
Hi All,
In a report, I have a field for displaying Date of Birth of employees, in which the format of date being displayed is DDMMYY.
But, instead of this format, I have to display the date as '31 January'.
I tried
Thank You, it worked !
change format to
format("Birth Date", 0, '<Day,2> <Month Text>'))
Set format property for the textbox to dd MMMM.
André Arnaud de Cal...
293,202
Super User 2025 Season 1
Martin Dráb
231,923
Most Valuable Professional
nmaenpaa
101,156
Moderator