Lack of interest XenForo_Locale Formatting

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Uniphix

Active member
Hi,

I noticed that 'w' option when using XenForo_Locale::date($time, 'w'); would not output what day of week it was.

So I suggest that 'w': is added via:

PHP:
case 'w': $output .= $dayOfWeek; continue;
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Top Bottom