Completed
Push — master ( 3beb64...0899c1 )
by Afshin
02:13
created
core/Helpers/JalaliDate.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -588,7 +588,7 @@  discard block
 block discarded – undo
588 588
     12053 = 365*33 + 32/4    &    36524 = 365*100 + 100/4 - 100/100   */
589 589
 
590 590
     /*	F	*/
591
-   public  function gregorian_to_jalali($gy,$gm,$gd,$mod=''){
591
+    public  function gregorian_to_jalali($gy,$gm,$gd,$mod=''){
592 592
         list($gy,$gm,$gd)=explode('_',$this->tr_num($gy.'_'.$gm.'_'.$gd));/* <= Extra :اين سطر ، جزء تابع اصلي نيست */
593 593
         $g_d_m=array(0,31,59,90,120,151,181,212,243,273,304,334);
594 594
         if($gy > 1600){
@@ -617,7 +617,7 @@  discard block
 block discarded – undo
617 617
     }
618 618
 
619 619
     /*	F	*/
620
-   public function jalali_to_gregorian($jy,$jm,$jd,$mod=''){
620
+    public function jalali_to_gregorian($jy,$jm,$jd,$mod=''){
621 621
         list($jy,$jm,$jd) = explode('_',$this->tr_num($jy.'_'.$jm.'_'.$jd)); /* <= Extra :اين سطر ، جزء تابع اصلي نيست */
622 622
         if($jy > 979){
623 623
             $gy=1600;
@@ -648,7 +648,7 @@  discard block
 block discarded – undo
648 648
     }
649 649
 
650 650
 
651
-   public  function g_t_j($date,$separator='-'){
651
+    public  function g_t_j($date,$separator='-'){
652 652
         $query_date = date('Y-m-d',strtotime($date));
653 653
         $query_date = explode('-',$query_date);
654 654
 
Please login to merge, or discard this patch.