TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
asif tariq
NA
148
17.5k
date format in json jquery datatable
Dec 24 2019 1:18 PM
$("#dtable").DataTable({
"aaData": response,
"aoColumns": [
{ "mData": "mypatient.PatientID" },
{"mData": "mypatient.PatientName"},
{"mData": "mycase.Surgeon"},
{ "mData": "mycase.Facility" },
{"mData": "mycase.DateOfService"},
{"mData": "mypatient.InsuranceType"},
{"mData": "mypatient.PrimaryInsurance"},
]
});
In DateOfService column date show in this type /Date(1576695600000)/ i think this is json but i dont know how to show actual date in table.Please help me?
Reply
Answers (
2
)
Reading connection string in class library dotnet core
How to get session value in .ashx handler?