|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-04-21 20:43 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 05:00:02 2025 UTC |
Description: ------------ date("S") returns suffix "st" with zero, instead of "th". Reproduce code: --------------- --- From manual page: function.date --- date("30S") date("20S") Expected result: ---------------- 30th 20th Actual result: -------------- 30st 20st