2020-05-01 / 2591阅 / 悠然
Retrieves the date in localized format, based>
If the locale specifies the locale month and weekday, then the locale will take over the format for the date. If it isn’t, then the date format string will be used instead.
Note that due to the way WP typically generates a sum of timestamp and offset with strtotime(), it implies offset added at a current time, not at the time the timestamp represents. Storing such timestamps or calculating them differently will lead to invalid output.
(string)
(Required)
Format to display the date.
(int|bool)
(Optional)
A sum of Unix timestamp and timezone offset in seconds.
Default value: false
(bool)
(Optional)
Whether to use GMT timezone.>Default value: false
(string) The date, translated if locale specifies it.