Site Tools


onny:notizen:programmierung

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
onny:notizen:programmierung [2026/06/30 13:15] – [php] 10.250.0.1onny:notizen:programmierung [2026/06/30 13:24] (current) – [php] 10.250.0.1
Line 538: Line 538:
 <code php> <code php>
 $myResult["ids"] = [123, 125, 127]; $myResult["ids"] = [123, 125, 127];
 +</code>
 +
 +datetime object, convert to string
 +<code php>
 +$date = new \DateTime('1990-01-01');
 +$dateString = $date->format('d.m.Y');
 </code> </code>
  
onny/notizen/programmierung.1782825320.txt.gz · Last modified: by 10.250.0.1