Great! So you are using http://www.timeanddate.com as your time source? At home a setup a HTML page on my Windows Home Server with minimal headers giving me the current datetime but it's not available outside my network. For my lawnmower project I use my cellphone internet sharing because my router is in the basement and I had connections problems. This prevents me from getting the time to my server. That's why is was asking.
and the output looks like this:Code:<% response.write("*" & Format(now, "yyyy-MM-dd HH:mm:ss") & "J") select case Format(now, "ddd") case "Sun" response.write("1") case "Mon" response.write("2") case "Tue" response.write("3") case "Wed" response.write("4") case "Thu" response.write("5") case "Fri" response.write("6") case "Sat" response.write("7") case else response.write("0") end select response.write("*" & VbCrLf) %>
It's easy to parse and I have DST, date and day number but it's limited to my local network... till I find a free ASP hosting...Code:*2015-08-19 22:33:18J4*
Thanks for sharing!




Bookmarks