calendar_week_mod [ WordPress Function ]
calendar_week_mod ( $num )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Get number of days since the start of the week.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- calendar_week_mod (WordPress Function) - WPSeek.com
WordPress lookup for calendar_week_mod, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - calendar_week_mod() WordPress function reference, arguments ...
Get number of days since the start of the week. Signature. calendar_week_mod( $num ). num: (int) Number of day. Return. (int) Days since the start of the week.
queryposts.com - calendar_week_mod | A HitchHackers guide through WordPress
Feb 11, 2011 ... Source code. function calendar_week_mod($num) { $base = 7; return ($num - $ base*floor($num/$base)); }. 579 ...
hitchhackerguide.com - bug in get_calendar() or I have a pretty freaky php install - WordPress
That is: calendar_week_mod() gets a negative number whenever a month stars on a Sunday and the setting for the blog has a week_begins other than Sunday.
wordpress.org