This commit is contained in:
Rob Lourens 2021-01-12 19:05:37 -08:00
parent 145bcd3a73
commit d7d5f20047

View file

@ -1416,7 +1416,7 @@ export const globalfunctions: IEntries = {
},
date_format: {
description: 'Returns date formatted according to given format',
signature: '( string $format , DateTimeInterface $object ): string'
signature: '( DateTimeInterface $object , string $format ): string'
},
date_offset_get: {
description: 'Returns the timezone offset',