getting the creation date/time of file you are reading via jq
getting the creation date/time of file you are reading via jq
I am reading a file like this :
$.get("/myfiles/awaytoday.html", function(data)
{
var lines = data.split("\n");
is there a way to get the creation date/time of this file via jQuery?
Topic Participants
rob
jtara-jquery