You are here

public function Carbon::toRfc3339String in Persian Date for Drupal 8 8.4

Format the instance as RFC3339

Return value

string

File

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

Class

Carbon
A simple API extension for DateTime

Namespace

Drupal\persian_date\Library\Carbon

Code

public function toRfc3339String() {
  return $this
    ->format(static::RFC3339);
}