On change client script to calculate the difference in start date and end date and display the result in another field no_of_days in days
I have two fields start date and end date for my table.I wanted to write an onchange client script such that upon selection of both dates the difference in dates should be auto populated in no-of_days field which is of type integer. For eg:If start d...
