|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-12-12 05:12 UTC] hholzgra@php.net
[2001-12-12 05:12 UTC] hholzgra@php.net
[2001-12-12 06:12 UTC] sz at bluemail dot ch
[2001-12-12 06:31 UTC] sz at bluemail dot ch
[2001-12-12 08:50 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 20:00:01 2025 UTC |
// Example: Week of Jan 01, 2002: $sec = mktime(0,0,0,1,1,2002); $week = strftime("%W", $sec); Result: $week = 00 !!! Should be: 01 !