From ce74b736cf005887bd02330ee477a3b9faa7894b Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Thu, 1 Mar 2018 12:26:16 +0000 Subject: [PATCH] Fix bug #63930: cal_from_jd['dow'] gives 0 for Sunday git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344407 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/calendar/functions/cal-from-jd.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/calendar/functions/cal-from-jd.xml b/reference/calendar/functions/cal-from-jd.xml index dea4c5d154..33262aa0b2 100644 --- a/reference/calendar/functions/cal-from-jd.xml +++ b/reference/calendar/functions/cal-from-jd.xml @@ -53,8 +53,10 @@ &reftitle.returnvalues; Returns an array containing calendar information like month, day, year, - day of week, abbreviated and full names of weekday and month and the + day of week (dow), abbreviated and full names of weekday and month and the date in string form "month/day/year". + The day of week ranges from 0 (Sunday) to + 6 (Saturday).