I had a calendar widget and passed the values to another activity through bundle. How can I, after getting values from bundle, convert "year","month","day" into bytes?
int year = extras.getInt("year");
int day = extras.getInt("day");
int month = extras.getInt("month");