• Resolved Graicifyd

    (@graicifyd)


    Hello,

    Thank you for an amazing plugin.

    How do I output the result of a CDATE equation as text?

    If I have CDATE(fieldname1+2, ‘dd-mm-yyyy’), it gives a result 14-01-2023 but I want something like:

    14 January, 2023.

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @graicifyd

    In this case, you must format the date by yourself. The plugin includes operations lake DAY, MONTH, and YEAR to get the date components, and then, you must use conditional statements or an array to transform the month number to its name. More information about the DATE/TIME operations by reading the following section in the plugin documentation:

    https://cff.dwbooster.com/documentation#datetime-module

    If you need a custom coding service to implement your equation, you can contact us directly through the plugin website Contact Us

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Date result in text’ is closed to new replies.