"Peter Bohn" <pasbo@nospam.dk> wrote in message
news:utZo7.17168$sk1.523186@news010.worldonline.dk...
> Den anden dag fandt jeg en funktion som kunne returnere ugenr. for en
dato,
> men nu kan jeg ikke finde den igen.
> Er der nogen som lige kunne give mig et prej om hvor jeg skal finde det.
string strftime (string format [, int timestamp])
%V - The ISO 8601:1988 week number of the current year as a decimal number,
range 01 to 53, where week 1 is the first week that has at least 4 days in
the current year, and with Monday as the first day of the week.
http://www.php.net/manual/en/function.strftime.php
/ morten