While Converting DataTable to Json , datetime is getting with "\/Date(1722796200000)\/" format
While Converting the DataTable to Json File, the field with DateTime is converting to a */Date(1722796200000)/*? there is any solution to convert the method to a real datetime or json datetime format "2024-08-05T00:00:00" Structure of DataTable DataTable dt = new…