I am using a date picker and time picker in my application. I want to set the date and time when the page loads. Is this possible? How so?
Check this How to use date picker dialog. and use update function in onCreate(); if by page loads you mean activity starts.... hope it helps.