android - Showing reminders in native calender in proper format(minute or day or week or year) -


i want add 3 different type reminder single event.

example: event want add reminder 1 week before event deadline , 2 reminders 1 day , 1 hour before respectively.

i managed set reminders single event, facing problem in setting proper time format in reminder menu.

the reminder time shows when particular event pressed native calender shows 2 consecutive 4 or 5 digit no. in reminder list., not in proper day or week format.

to add reminder using reminder.minutes .

is possible add reminder in day or week format except minute format?

try this

dateformat dateformat = dateformat.format(new date(yourtime)); 

Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -