php උදව්වක් ඕනේ

emoneypay

Junior member
  • Jul 27, 2012
    384
    7
    18
    php වලින් ලංකාවේ sunset sunrise එක ගන්න කෝඩ් එකක් නැද්ද?
     

    emoneypay

    Junior member
  • Jul 27, 2012
    384
    7
    18
    Umbe code eka dapan

    PHP:
    <?php
    echo("<h2>srilanka</h2>");
    echo("Date: " . date("D M d Y"));
    echo("<br>Sunrise time: ");
    echo(date_sunrise(time(),SUNFUNCS_RET_STRING,6.9218374,79.8211859,90,5.30));
    echo("<br>Sunset time: ");
    echo(date_sunset(time(),SUNFUNCS_RET_STRING,6.9218374,79.8211859,90,5.30));
    ?>
     
    Last edited:

    imhotep

    Well-known member
  • Mar 29, 2017
    14,855
    8
    35,441
    113
    :yes: There seems to be a few minutes of difference. The only possibility is the php function returning the time itself could be buggy...