• Resolved Graicifyd

    (@graicifyd)


    How can I use the Date Diff function but restrict the difference to just month and day?

    For example:

    (function(){
    var obj = DATEDIFF(fieldname2, fieldname3, ‘mm/dd/yyyy’, ‘d’);

    return (obj[‘days’]);

    })()

    I want to find the difference in days between the month and day not including the years.

    I tried:

    (function(){
    var obj = DATEDIFF(fieldname2, fieldname3, ‘mm/dd’, ‘d’);

    return (obj[‘days’]);

    })()

    but it didn’t work.

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

    (@codepeople)

    Hello @graicifyd

    Sorry, but as explained in your previous thread, forum policies do not allow supporting users with commercial versions of the plugin.

    For pro or commercial product support please contact us directly on our site. This includes any pre-sales topics as well.

    Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Date Difference – Month and Date Only’ is closed to new replies.