Zeitproblem mit strtotime

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Zeitproblem mit strtotime

    ich kann ja mit $currtime=date("Y-m-d"); $securetime=date("Ymd",strtotime("$currtime -1 week")); mir die Zeit Vor einer Woche anzeigen lassen. Wie macht man das dass ich nen Timestam in der Form YmdHis vor 3 minuten bekomme?

    Gruß
    Peter

  • #2
    timestamp - 180
    [COLOR=#9C5245]Internet-Explorer[/COLOR] [COLOR=#334D7B]User und stolz drauf! :P[/COLOR]

    Comment


    • #3
      $timestamp=time()-180;

      Comment

      Working...
      X