Date Pickerwheeler value not set by sendkeys

The date pickerwheeler field has 4 sections :

  1. Time hours ( i.e 01,02,03, etc)
  2. time minutes
  3. am or pm

All these values are set by using the sendkeys function.
eg:
pickerwheelerElement.sendkeys(“01”)
pickerwheelerElement.sendkeys(“pm”)

But the date value is not set using sendkeys. when check the value of the date section using the object inspector its displayed in the format “Fri, 29 Apr”.
the following statement does not set the date value :

pickerwheelerElement.sendkeys(“Fri, 29 Apr”)

any idea what string to pass in the sendkeys to set the date value in the ios date picker wheeler?

Hi Did you find a solution for this. I am unable to select a date using sendKeys in android native app.