How can I change my birth date to the correct one

My birth date is wrong on my iPad how can I change it to the correct one

Where are you seeing your date of birth ?
You can change the birthdate on your iTunes account by logging into your account by clicking the 'manage your Apple id' button on http://appleid.apple.com, selecting the Password And Security section on the left-hand side of your account's screen, and then answering the security questions - you should then get a screen where you can change your date of birth

Similar Messages

  • I cant remember my password to logon to my mac, how can i change it with out needing the old one?

    i cant remember my password to logon to my mac, how can i change it with out needing the old one?

    http://support.apple.com/kb/HT1274

  • HT4436 How do I change my birth date? I got this as a gift and the person put in the wrong date!

    how do I change my birth date?

    franmagn wrote:
    It issuing it for verification for as I remember it was I cloud but not certain
    See your other post on this Topic
    https://discussions.apple.com/message/24407188#24407188

  • HT1766 HOW CAN I CHANGE MY BACKUP FOLDER FROM THE C DRIVE TO ANOTHER?????

    HOW CAN I CHANGE MY BACKUP FOLDER FROM THE C DRIVE TO ANOTHER????? because my c drive in the windows computer gets filled and i need to back up my ipod to a portable hard disk.. bt i dont know how to do it.. plz help

    you can't change the backup folder as far as I know, but you can choose to move backups. The information you need can be found in this article: http://support.apple.com/kb/ht4946
    Where iTunes backups are stored on your computer
    The folder where your backup data are stored varies depending on the computer's operating system.   Make sure the backup folder is included in your periodic data-backup routine.
    iTunes places the backup files in the following places:
    Mac:  ~/Library/Application Support/MobileSync/Backup/
    Windows XP:  \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    Note: To quickly access the Application Data folder, click Start, and choose Run. Type %appdata% and click OK.
    Windows Vista and Windows 7:  \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    Note: To quickly access the AppData folder, click Start. In the search bar, type %appdata% and press the Return key.
    Hope this helps
    Regards,
    Stijn

  • How can I change an app's Apple ID from one that no longer exist to a current one?

    how can I change an app's Apple ID from one that no longer exist to a current one?

    vanesanesa wrote:
    how can I change an app's Apple ID from one that no longer exist to a current one?
    Apple IDs generally don't stop existing. If you mean that you have changed your email address, what you need to do is update your Apple ID to the new email.  Start here:
    https://www.apple.com/support/appleid/manage/

  • HT1349 how can I change an email for authorization, the email address we used years back, is no longer a valid email address

    how can I change an email for authorization, the email address we used years back, is no longer a valid email address

    SfromW wrote: ... how can I change an email for authorization, the email address we used years back, is no longer a valid email address
    How to change account here: http://support.apple.com/kb/PH1641
    If you need more help, start here: http://www.apple.com/support/itunes/
    SfromW wrote: ... we can't remember the password from the old email address (for authorization)...
    Help Retrieving and changing passwords here: http://support.apple.com/kb/HT1911
    If you need more help, from iTunes for Windows, click  iTunes > iTunes Store > Support
    SfromW wrote: ... apple should make it easier to transfer authorization authority....I would think anyways.
    You might want to rethink your thoughts about making transferring authority easier.  Making it too easy would certainly degrade your account's security.  If you still believe it should be easier, you can send feedback directly to Apple via http://www.apple.com/feedback/itunesapp.html
    You will not get a response, but you can be certain that the responsible Apple people will see your input for consideration in FaceTime product development.
    As a new user, please understand that you are NOT directly addressing Apple here.  For more info about Apple discussions, start here: http://discussions.apple.com/static/apple/tutorial/etiquette.html 
    Message was edited by: EZ Jim
    Mac OSX 10.7.4

  • My apple id is different to my icloud id how can i change my icloud id to the same as my apple id

    My apple id is different to my icloud id how can i change my icloud id to the same as my apple id

    Delete the iCloud Account
    I mean Delete Account on your iPad iPhone.

  • In the Date Picker, How can I default to select * dates if the user does ..

    In the Date Picker, How can I default to select * dates if the user does not select a date.
    Thanks,
    Doug

    Doug,
    Now lets say l want everythingCould you post some sample data and the output that you want to get..? It would be much easy to understand the requirements...
    When you mean everything, I am assuming you need all possible dates possible between date1 and date2.
    you can use... (from asktom.oracle.com).
      1  select to_date('12-jan-2009','DD-MON-YYYY') + rownum -1
      2    from ALL_OBJECTS
      3    where rownum <= (to_date('20-jan-2009','dd-mon-yyyy') -
      4*                     to_date('12-jan-2009','DD-MON-YYYY') +1 )
    sql> /
    TO_DATE('
    12-JAN-09
    13-JAN-09
    14-JAN-09
    15-JAN-09
    16-JAN-09
    17-JAN-09
    18-JAN-09
    19-JAN-09
    20-JAN-09
    9 rows selected.
    For your case, since you have date1 and date2...
    select to_date(:p12_date1,'DD-MON-YYYY') + rownum -1
      from ALL_OBJECTS
      where rownum <= (to_date(:p12_date2,'dd-mon-yyyy') -
                        to_date(:p12_date1,'DD-MON-YYYY') +1 )Should work.. in my opinion...Haven't tested the second one in Apex .
    Is this what you were looking for ..?? If not, please elaborate...
    Thanks,
    Rajesh.

  • How can I change colour or design to the folder icons in Mail ?

    How can I change colour or design to the folder icons in Mail ?

    Apple doesn’t routinely monitor the discussions.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Mail/Provide Mail Feedback

  • How can get difference between 2 dates in the form of days

    how can get difference between 2 dates in the form of days

    Hi,
    Check the following program:
    REPORT ZDATEDIFF.
    DATA: EDAYS   LIKE VTBBEWE-ATAGE,
          EMONTHS LIKE VTBBEWE-ATAGE,
          EYEARS  LIKE VTBBEWE-ATAGE.
    PARAMETERS: FROMDATE LIKE VTBBEWE-DBERVON,
                TODATE   LIKE VTBBEWE-DBERBIS DEFAULT SY-DATUM.
    call function 'FIMA_DAYS_AND_MONTHS_AND_YEARS'
      exporting
        i_date_from          = FROMDATE
        i_date_to            = TODATE
      I_FLG_SEPARATE       = ' '
      IMPORTING
        E_DAYS               = EDAYS
        E_MONTHS             = EMONTHS
        E_YEARS              = EYEARS.
    WRITE:/ 'Difference in Days   ', EDAYS.
    WRITE:/ 'Difference in Months ', EMONTHS.
    WRITE:/ 'Difference in Years  ', EYEARS.
    INITIALIZATION.
    FROMDATE = SY-DATUM - 60.
    Regards,
    Bhaskar

  • My ipad is syncing notes to an old phone with a different apple id how can I change it to sync to the new iphone icloud is off and so is home sharing

    my ipad is syncing notes to an old phone with a different apple id how can I change it to sync to the new iphone icloud is off and so is home sharing

    Apps and Music are not from iCloud. Are from iTunes and App Store.
    You can change this from: Settings>iTunes and App Stores>Sign out and sign in with new ID, but you will have to pay again to download apps that you already have in your old account. Or leave it as it is to share purchases with your son.

  • How can I change my apple address from the US to the Philippines to make my credit card work?

    How can I change my apple address from the US to the Philippines to make my credit card work?

    Change App Store
    1. Tap "Settings"
    2. Tap "iTunes & App Stores"
    3.Tap "View Apple ID"
    4. Enter your user name and password.
    5. Tap "Country/Region."
    6. Tap "Change Country/Region"
    7. Select the region where you will be located.
    8. Tap "Done".

  • How can i change my security question on the latest ios?

    how can i change my security question on the latest ios?

    This can be done by clicking here and picking a method, or if your country isn't listed, filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (110138)

  • Can i change my old iPad with the new one, i Will pay the difference... Do you have this kind of program?

    Can i change my old iPad with the new one, i Will pay the difference... Do you have this kind of program?

    If you are past the return date, you can sell the older iPad and put the money towards a new one.
    Plus, old iPads make great gifts ! ! !

  • Can i change my old ipod to the new one with priceless

    I have an ipod, they said ipod touch 3 8gb, they said... Now i can't do anything with this because too many apps require IOS >4.2.1
    So i have a question: Can i change my old ipod to the new one with priceless.
    Thanks for reading
    p/s: im living in San Francisco now

    CookPu wrote:
    If you know, please answer my question
    TFR
    Wow! Give us a chance!
    I live in the UK (about five minutes drive from the Olympic cycle race route. Didn't you notice me waving to the cameras? ). Not far from you , but far enough away that I might be doing something else, even if the cycle race has finished. The same applies to everyone else too. I'm eight hours ahead of you, so if it's 9pm now, where you are, it's five in the morning where I am and most of us here will still be inspecting the inside of our eyelids!
    Now, about your problem.
    If your iPod is 8GB, then it is not a 3rd generation Touch - no matter who they are and no matter who said it was! If it has model number A1288 etched into the casing on the back, then that identifies the 2nd gen Touch. (Yes, there is a 4th gen Touch in 8Gb capacity, but still no 8GB 3rd gen - ever). The third generation is model No. A1318.
    Can i change my old ipod to the new one with priceless. I don't understand what that means, unless you mean "with the price difference". In which case, the answer is "no".
    Even more confusing is; Now i can't do anything with this because too many apps require IOS >4.2.1 because -
    a 2nd generation Touch (including the 8GB) can install iOS 4.2.1 But that's as high as it can go. So that's incorrect! 
    you can still use any App that doesn't require a higher iOS than you have. So still incorrect!
    you can still use it as a music player, so guess what, wrong again!
    ... to store your photos - you know what I'm going to say now, don't you?
    ... and play those videos!
    So wrong, wrong and wrong!
    Message was edited by: the fiend

Maybe you are looking for