You are here

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

Format the instance as ATOM

Return value

string

1 call to Carbon::toAtomString()
Carbon::toIso8601String in src/Library/Carbon/Carbon.php
Format the instance as ISO8601

File

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

Class

Carbon
A simple API extension for DateTime

Namespace

Drupal\persian_date\Library\Carbon

Code

public function toAtomString() {
  return $this
    ->format(static::ATOM);
}