public
format(DateTimeInterface $date): string
Format a date and time
Salient\Core\DateFormatter::format()
parse(string $value): ?DateTimeImmutable
Convert a value to a date and time, or return null if it can't be parsed
Salient\Core\DateFormatter::parse()