Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
venkat1
Creator II
Creator II

how to convert Num to text in for date ,i want to display in string for month.

how to convert Num to text in for date ,i want to display in string for month.

=(max(month(dvdate))-1)

1 Solution

Accepted Solutions
StarinieriG
Partner - Specialist
Partner - Specialist

Hi,

try with this expression

=Date(Date#((max(month(dvdate))-1),'M'),'MMM')

or 

=Date(Date#((max(month(dvdate))-1),'M'),'MMMM')

View solution in original post

1 Reply
StarinieriG
Partner - Specialist
Partner - Specialist

Hi,

try with this expression

=Date(Date#((max(month(dvdate))-1),'M'),'MMM')

or 

=Date(Date#((max(month(dvdate))-1),'M'),'MMMM')