Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
// This is the Deployment Version:
// See User:Guywan/Scripts/12HourFormatD.js for annotated code.
$(function()
{
Line 99 ⟶ 98:
return (hour + time.substr(2) + " AM");
}
|