Jump to content


Ano Bissexto


  • Faça o login para participar
2 replies to this topic

#1 Joey

Joey
  • Visitantes

Posted 17/07/2003, 11:18

Olá,

Gostaria de sua ajuda...
Estou com problemas num sistema de ponto eletrônico, só q está dando um erro nos anos bissextos..
Como posso consertar isso???



Grato
Joey

#2 tfolima

tfolima
  • Visitantes

Posted 17/07/2003, 15:27

Nesse endereço tem um exemplo bom:

ANO BISSEXTO


:ok:

#3 DaViD_StraShoeS

DaViD_StraShoeS

    Novato no fórum

  • Usuários
  • 12 posts
  • Sexo:Não informado

Posted 18/07/2003, 21:15

tenta usa esse código aki no script..

<? 
function ano_bissexto($year) { 
if ((($year % 4) == 0 and ($year % 100)!=0) or ($year % 400)==0) { 
return 1; 
} 
else 
{ 
return 0; 
} 
} 
?>

faloWS :D




1 user(s) are reading this topic

0 membro(s), 1 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq