Hello everyone, I'm going to share the code-sample for DateTime format in jquery JSON In the 1st step , we get the DateTime using javascript, sample code as given below. var createDate = new Date().getTime(); In the 2nd step , we create request body for input-data, sample code as given below. var requestBody = { user: { Id: 9, CreatedDate: '/Date(' + createDate + ')/' } ...
Angular, React, JavaScript, Java, PHP, SQL, C#, Vue, NodeJs, TypeScript and Interview Questions Answers