phpbar.de logo

Mailinglisten-Archive

[php] AW: [php] AW: [php] Tag des Jahres -> Unixtime ?

[php] AW: [php] AW: [php] Tag des Jahres -> Unixtime ?

Daniel Beulshausen daniel_(at)_php4win.de
Tue, 29 Aug 2000 16:54:55 +0200


> function ($x) {
> $heute = mktime (0,0,0, date ("m"), date ("d"), date ("Y"));
> $tag_heute = (int) strftime ("%j", $heute);
> $tag_x = mktime (0,0,0, date ("m"), date ("d") - $tag_heute + $x, date
> ("Y")); //<--------
> $x_monat = (int) strftime ("%m", $tag_x);
> }


vieeeel zu umständlich...

function get_month( $day )
{
 return date("m", mktime(0,0,0,1,$day));
}

*egon beruhig* es steht im manual :)

gruss
daniel

/*--
daniel beulshausen - daniel_(at)_php4win.de
using php on windows? http://www.php4win.de



php::bar PHP Wiki   -   Listenarchive