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->builder->month()->slash()->day()->slash()->year()->get();
74 return $this->
amend($format)
75 ->space()->hours12()->colon()->minutes()->space()->meridiem()->get();
80 return $this->
amend($format)
81 ->space()->hours24()->colon()->minutes()->get();