fork download
  1. <?php
  2. $dat = strtotime("2020-04-29");
  3. $j = date("w", $dat);
  4. echo $j;
  5. ?>
Success #stdin #stdout 0.04s 24456KB
stdin
Standard input is empty
stdout
3