You appear to be a bot. Output may be restricted
Description
Return the month of the date
Usage
bw_otd_month( $date );
Parameters
- $date
- ( mixed ) optional –
Returns
void
Source
File name: oik-dates/shortcodes/oik-otd.php
Lines:
1 to 3 of 3
function bw_otd_month( $date=null ) { return( bw_otd_date( "n", $date ) ); }