handling week numer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Carramba

    handling week numer


    hello!

    I have been reviewing some calenders classes and have notice that if u
    uses us written class with displays week number it ll by wrong for eu.
    so to my question
    how do you handle week numeration depenting on country? is there any
    simple solutions for this?


    --

    Thanx in advance
    _______________ _________



  • Joshie Surber

    #2
    Re: handling week numer

    > is there any simple solutions for this?

    $weeknumber = date('W');

    can't get much simpler than that.

    Comment

    Working...