@ -62,7 +62,14 @@
{
title: l("CreationTime"),
orderable: true,
data: 'creationTime'
data: 'creationTime',
dataFormat: "datetime"
},
title: l("LastModificationTime"),
data: 'lastModificationTime',
}
]
}));
@ -128,6 +128,7 @@
"YourEmailAddress": "Your e-mail address",
"YourFullName": "Your full name",
"YourMessage": "Your Message",
"YourReply": "Your reply"
"YourReply": "Your reply",
"LastModificationTime": "Last Modification Time"
@ -120,6 +120,7 @@
"YourEmailAddress": "Email adresiniz",
"YourFullName": "Tam adınız",
"YourMessage": "Mesajınız",
"YourReply": "Cevabınız"
"YourReply": "Cevabınız",
"LastModificationTime": "Son Güncelleme Zamanı"