Jump to content
php.lv forumi

Pulksteni partaisit uz 24h


djmartins

Recommended Posts

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

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

×
×
  • Create New...