I have created a form (monthly check) and would like the current date to display as 'MMM'. How do I do this? I have tried multiple options.
My date control is set to 'date only' and is set to default to 'Current Date'.
With my last attempt I made the date control hidden but enabled, then created a calculated data control using fn-formatdate(DateControlName, "MMM").
Its such a simple thing but I cannot get it to work.
Thanks :-)
Hi,
If all you want to do is show the current month can you just use a calculated value control with the formula:
formatDate(Current Date,"MMM")
No need for a date control at all.