PHP
日期和时间 | Date and Time

jddayofweek

jddayofweek

(PHP 4, PHP 5, PHP 7)

jddayofweek - 返回星期几

Description

mixed jddayofweek ( int $julianday [, int $mode = CAL_DOW_DAYNO ] )

返回星期几。可以根据模式返回一个字符串或一个整数。

Parameters

julianday

儒略日数字为整数

mode

模式含义
0(默认)将天数以int形式返回(0 =星期日,1 =星期一等)
1返回包含星期几的字符串(英文 - 格里高利)
2返回一个包含星期缩写的字符串(英文 - 格里高利)

Return Values

公历周日作为整数或字符串。

← gregoriantojd

jdmonthname →

© 1997–2017 The PHP Documentation Group

根据知识共享署名许可证v3.0或更高版本授权。