vmResponse.Data.FiscalYearStartDate() coming as /Date(1593541800000)/
AND here we bind FiscalYearstartDate like
<input style="width: 154px !important" type="text" id="StartDate"
maxlength="100" disabled class="inputValue resizeInputValue readOnly"
data-bind="value: vmResponse.Data.FiscalYearStartDate" />
What should I do so that FiscalYearstartDate comes as format like July 1,2020
use moment library: