How can I get the first
and last
date of the current month within PHP? I need this for a code which accepts a date range which has this format here:
array( 'date_paid' => $date_min . '...' . $date_max );
I know that this is a small function but I'm not sure how to do this. I would appreciate a little help. Thanks guys!