Informática Asociada ia doc & examples Index Examples List

Documentation jit ia\Date\YearMonth Documentation Function examples Index Examples List

class ia\Date\YearMonth


Index Documentation Function examples Index Examples List

ia\Date\YearMonth


Examples by function ia\Date\YearMonth Documentation Function examples Index Examples List

ia\Date\YearMonth

Disclaimer: Auto generated file. Please help us setting parameters to useful values and extending the examples.

  • YearMonth::yearMonthDeduce( $anyDate = 'now') :
    
                    
    1. YearMonth::yearMonthDeduce(); -> 
      2026-01
  • YearMonth::yearMonthGenerator(string $from, string $to) :
    
                    
    1. YearMonth::yearMonthGenerator('palabra', 'palabra'); -> 
      Generator Object
      (
      )
      
  • YearMonth::addYears(string $yearMonth, int $numberOfYears = 1) :
    
                    
    1. YearMonth::addYears('palabra'); -> 
      1bra
  • YearMonth::addMonths(string $yearMonth, int $numberOfMonths = 1) :
    
                    
    1. YearMonth::addMonths('palabra'); -> 
      1970-01
  • YearMonth::valid(string $yearMonth, $min = null, $max = null) :
    
                    
    1. YearMonth::valid('palabra'); -> 

End: ia\Date\YearMonth Documentation Function examples Index Examples List