Title: changing year range
Last modified: March 2, 2017

---

# changing year range

 *  [Mostafa.rez](https://wordpress.org/support/users/mostafarez/)
 * (@mostafarez)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/changing-year-range/)
 * hi.
    i like to change birthday year rangeto 1320 to 1395
 * :here that part code:
 *     ```
       for ( $i = date('Y', time()-60*60*24); $i > 1901; $i-- ) {
                               $html .= sprintf( '<option value="%1$s" %2$s>%3$s</option>', (int) $i, selected( $year, $i, false ), (int) $i );
                           }
                       break;
       ```
   
    -  This topic was modified 9 years, 2 months ago by [Mostafa.rez](https://wordpress.org/support/users/mostafarez/).

The topic ‘changing year range’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/buddypress-xprofile-custom-fields-
   type.svg)
 * [Buddypress Xprofile Custom Fields Type](https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/buddypress-xprofile-custom-fields-type/)
 * [Active Topics](https://wordpress.org/support/plugin/buddypress-xprofile-custom-fields-type/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddypress-xprofile-custom-fields-type/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddypress-xprofile-custom-fields-type/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Mostafa.rez](https://wordpress.org/support/users/mostafarez/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/changing-year-range/)
 * Status: not resolved