I'm trying to use moment.js but it's bone, see? !!!
I have 2 fields that return the date in PHP in the format dd / mm / yyyy. I want to show in a third field the difference between these dates. For example: 09/25/2018 and 09/30/2018 the response has to be 5 days. Obviously in PHP I have already done, however if the user changes a field these update in the third.
In the same example above, if you move from 25/09/2018 to 26/09/2018 auto-refresh in the third field.
I made a bag fiddle: link