public static function Carbon::resetMonthsOverflow in Persian Date for Drupal 8 8.4
Reset the month overflow behavior.
Return value
void
File
- src/
Library/ Carbon/ Carbon.php, line 204
Class
- Carbon
- A simple API extension for DateTime
Namespace
Drupal\persian_date\Library\CarbonCode
public static function resetMonthsOverflow() {
static::$monthsOverflow = true;
}