I have a field of type datetime. How can I generate date in this format: MM/YYYY?
Hey Saxxon, Did you ever find a solution for this problem?
Regards,
Akintola
You can use a Datetime field with the following inline formula:
this.strftime('%m/%Y')
To add the inline formula, click the Σ button to the right of the field.