public static function Carbon::setUtf8 in Persian Date for Drupal 8 8.4
Set if UTF8 will be used for localized date/time
Parameters
bool $utf8:
File
- src/
Library/ Carbon/ Carbon.php, line 1181
Class
- Carbon
- A simple API extension for DateTime
Namespace
Drupal\persian_date\Library\CarbonCode
public static function setUtf8($utf8) {
static::$utf8 = $utf8;
}