djmartins Posted April 10, 2006 Report Share Posted April 10, 2006 Kaa lai sito 12h pulsteni partaisa uz 24h un lai neradas vel klat tie Am PM? <script> atoj = new Date(); atoj1= atoj.getHours(); atoj2 = atoj.getMinutes(); atoj3= atoj.getSeconds(); if(atoj1==0){atoj4=" AM";atoj1=12} else if(atoj1 <= 11){atoj4=" AM"} else if(atoj1 == 12){atoj4=" PM";atoj1=12} else if(atoj1 >= 13){atoj4=" PM";atoj1-=12} if(atoj2 <= 9){atoj2="0"+atoj2} document.write(""+atoj1+":"+atoj2+":"+atoj3+"<b>"+atoj4+"</b>"+""); </script> Link to comment Share on other sites More sharing options...
Stopp Posted April 10, 2006 Report Share Posted April 10, 2006 nu bet bļin. PHP taču tu tikdaudz zini. atšķirība starp js un php nav tik milzīga šai ziņā. pasēdi, padomā un pēc 3min jau būsi sapratis. tāda sajūta, ka tu uz to kodu pat apskatījies neesi. pavediens: nekas pat nav jāraksta. Link to comment Share on other sites More sharing options...
GedroX Posted April 11, 2006 Report Share Posted April 11, 2006 Daļu if(atoj1==0){atoj4=" AM";atoj1=12} else if(atoj1 <= 11){atoj4=" AM"} else if(atoj1 == 12){atoj4=" PM";atoj1=12} else if(atoj1 >= 13){atoj4=" PM";atoj1-=12} izmet un no document.write(... izņem mainīgo atoj4. Link to comment Share on other sites More sharing options...
Recommended Posts