Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pbosakov

    (@pbosakov)

    Hello!

    I am going to reply with regard to the free version, because I am not allowed to provide support for the Pro version on these forums. However, my reply is valid for both versions of the plugin.

    My calculator plugin does have a limited ability to use date fields as inputs, but it cannot yield a date in its final output; it always has to be a number. You would therefore need an extra post-processing JavaScript to “translate” the number of weeks into a future date.

    For a simple date calculation such as the one from your example, I would suggest that you skip my plugin altogether and code your own ad hoc embedded Javascript calculator. It will work well enough without the need for any server-side processing. Since the calculation formula is simple and is not confidential, it can be calculated directly in the visitor’s browser.

    Thread Starter kldro

    (@kldro)

    Hi! Thank you very much for your quick answer!

    For this project I’ll try to create my own code.

    But I will keep in mind your plugin for a future project! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is it possible to manipulate date with this plugin ?’ is closed to new replies.