Replacement for strftime().
format_date( string $format, int $time ) : string
$file (string) (Required) Dateformat.
$time (int) (Required) Timestamp.
(string)
format_date("%V,%G,%Y", strtotime("12/30/2002"));