Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as PHP by month ( 5 years ago )
<?php
include('../jdf.php');
//تاریخ امروز
$date1=jdate("Y/m/d",time());
//echo $date1.''."<br>";
 
//محدوده روزهای هفته
$w=jdate('w',time(),'','','en');
$sw=jdate('D');
$sw=jdate('l');
$month=jdate('F');
//echo $sw.''."<br>".$ew.''.$month.'';
 $record["day"]=[$sw];
 $record["month"]=[$month];
 $record["date"]=[$date1];

$statictic[]=$record;
echo JSON_encode($statictic);
/*$_sn_roozha=json_encode(array(
  jdate("l j F",time()-259200),//3 روز پیش
  jdate("l j F",time()-172800),//2 روز پیش
  jdate("l j F",time()-86400),//1 روز پیش
  jdate("l j F"),//امروز
  jdate("l j F",time()+86400),//1 روز بعد
  jdate("l j F",time()+172800),//2 روز بعد
  jdate("l j F",time()+259200)//3 روز بعد
),JSON_UNESCAPED_UNICODE);

echo $_sn_roozha;*/
?>

 

Revise this Paste

Your Name: Code Language: