How am I supposed to change the year on my iPhone (iOs7)?

I've gone through the Date & Time options and there's no way to change the year. I have the Automatic Time off, I just can't find where to change the year.

Well First off I suggest reading through the UIDatePicker documentation. Here are you Date Picker Modes:

Date Picker Mode
The mode of the date picker.

typedef enum {
UIDatePickerModeTime,
UIDatePickerModeDate,
UIDatePickerModeDateAndTime,
UIDatePickerModeCountDownTimer
} UIDatePickerMode;

If you can't find what you need there. Then you can create your own by using a UIPickerView.

Same how do I do it