• 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 7 years, 8 months ago by Mostafa.rez.
  • The topic ‘changing year range’ is closed to new replies.