How to change android device/simulator date while running test through Appium?

Appium 1.4
Android 4.4 or higher
Java- TestNG

Test - User needs to create an event and app will allow to create event to next day not same day. Once event created and date of event comes then it will notify user.

I am able to create event and want to change device date setting after creating event and want to test notification.

Is there any way Appium shift/pause the control from apk file to device/Emulator setting and change date and get back to apk to continue with test?

Hi Rishabh,

Were you able to find a solution to this?