Forum Discussion
admin11
5 years agoMemorable Member
How to make button label display current month March 2021
How to make Button label display March ?
Hi All
I have post how to create a button to select current month , it work fine :-
Since now is March 2021 , I like to know how to make the Button label display March 2021 , instead of now display Cur Mth.
https://www.dropbox.com/s/x5psn11muhlmlzg/IMG_5664.jpg?dl=0
Paul
admin11 , if you can use a measure then try
Measure = format(today(),"mmm-yyyy")
1 Reply
- amitchandakSuper User
admin11 , if you can use a measure then try
Measure = format(today(),"mmm-yyyy")