_profile_map_month

Versions
4.6
_profile_map_month($month)

Helper function for usage with drupal_map_assoc

Code

modules/profile.module, line 349

<?php
function _profile_map_month($month) {
  return format_date(gmmktime(0, 0, 0, $month, 2, 1970), 'custom', 'M', 0);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.