User:Guywan/Scripts/12HourFormat.js: Difference between revisions

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.
// <nowiki>
$(function()
{
Line 99 ⟶ 98:
return (hour + time.substr(2) + " AM");
}
// </nowiki>