use this.
Var Date=RelativeDate(LastDayOfMonth([Current]);1)
Current is your object which give the prompt value.make sure it should be Date datatype.
After this if you want to display Month.Year then use this.
=Formatdate([Var date];"MM.yyyy")
use this.
Var Date=RelativeDate(LastDayOfMonth([Current]);1)
Current is your object which give the prompt value.make sure it should be Date datatype.
After this if you want to display Month.Year then use this.
=Formatdate([Var date];"MM.yyyy")