Hi this is very simple,
Code to Display the
Last Modified date to a post using Local Browser
Response.Write("<script language='JavaScript'>");
Response.Write(" d = new Date('"+posting.LastModifiedDate+" GMT');");
Response.Write(" document.write(d.toLocaleString());");
Response.Write("</script>");