You are here

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

Format the instance as W3C

Return value

string

File

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

Class

Carbon
A simple API extension for DateTime

Namespace

Drupal\persian_date\Library\Carbon

Code

public function toW3cString() {
  return $this
    ->format(static::W3C);
}