19 declare(strict_types=1);
40 return $this->builder->year()->dash()->month()->dash()->day()->get();
58 return $this->builder->day()->dot()->month()->dot()->year()->get();
63 return $this->builder->weekday()->comma()->space()
64 ->day()->dot()->month()->dot()->year()->get();
69 return $this->
amend($format)
70 ->space()->hours12()->colon()->minutes()->space()->meridiem()->get();
75 return $this->
amend($format)
76 ->space()->hours24()->colon()->minutes()->get();