You are here

public static function Carbon::resetToStringFormat in Persian Date for Drupal 8 8.4

Reset the format used to the default when type juggling a Carbon instance to a string

File

src/Library/Carbon/Carbon.php, line 1210

Class

Carbon
A simple API extension for DateTime

Namespace

Drupal\persian_date\Library\Carbon

Code

public static function resetToStringFormat() {
  static::setToStringFormat(static::DEFAULT_TO_STRING_FORMAT);
}