Ejemplo n.º 1
0
 /**
  * Create a new range object representing the current date.
  *
  * @return static
  */
 public static function now()
 {
     return new static(Date::now());
 }