2015
datetime - Converting 24 hour time to 12 hour time w/ AM & PM using Javascript - Stack Overflow
(via)var dd = "AM";
var h = hh;
if (h >= 12) {
h = hh-12;
dd = "PM";
}
2014
2013
WebSocket in Android WebView - Stack Overflow
reates a PhoneGap app which uses Android WebView with an injected WebSocket object. This means you can then use WebSocket within the JavaScript code running in the Android WebView. – leggetter Nov 26 '12 at 21:02
So it's using a JavaScript Interface for Android, right
2012
Remote Preview
by 1 other (via)eview is a tiny JavaScript based tool which I built for our test lab. It allows you to preview any URL on large number of mobile devices simultaneously. Just enter a URL, hit enter, and new URL gets automatically loaded on each device. Remote preview works on platforms like Android, Blackberry, iOS, Maemo, Meego, Symbian, Windows Phone and WebOS.