Please can someone suggest how to do this in fx.
I am using Canvas Apps not a form.
I have set a variable:
Set(varNowDate, Today());
and i want to set a variable VarNowDelgatedMonth, that uses the Variable varNowDate but display the full Month name. IE. "April" not "Apr"
I want to store the Month as text in a variable VarNowDelgatedMonth.
I would then Patch the VarNowDelgatedMonth to my Sharepoint List.
I could only find an answers from using a combobox, but i just want to use a variable, not a control.
I know that "mmmm" should be part of the formula, but not sure how to structure it to work with variables as above.
Any advice/assistance greatly appreciated.