You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add event in normal date format?
For example - SimpleDateFormat("dd/MM/yyyy hh:mm a")
Difficult to add event in GregorianCalendar format.
GregorianCalendar[time=1666827017762,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=libcore.util.ZoneInfo[id="Asia/Calcutta",mRawOffset=19800000,mEarliestRawOffset=21208000,mUseDst=false,mDstSavings=0,transitions=7],firstDayOfWeek=1,minimalDaysInFirstWeek=1,ERA=1,YEAR=2022,MONTH=9,WEEK_OF_YEAR=44,WEEK_OF_MONTH=5,DAY_OF_MONTH=27,DAY_OF_YEAR=300,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=4,AM_PM=0,HOUR=5,HOUR_OF_DAY=5,MINUTE=0,SECOND=17,MILLISECOND=762,ZONE_OFFSET=19800000,DST_OFFSET=0]
The text was updated successfully, but these errors were encountered:
Is it possible to add event in normal date format?
For example - SimpleDateFormat("dd/MM/yyyy hh:mm a")
Difficult to add event in GregorianCalendar format.
GregorianCalendar[time=1666827017762,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=libcore.util.ZoneInfo[id="Asia/Calcutta",mRawOffset=19800000,mEarliestRawOffset=21208000,mUseDst=false,mDstSavings=0,transitions=7],firstDayOfWeek=1,minimalDaysInFirstWeek=1,ERA=1,YEAR=2022,MONTH=9,WEEK_OF_YEAR=44,WEEK_OF_MONTH=5,DAY_OF_MONTH=27,DAY_OF_YEAR=300,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=4,AM_PM=0,HOUR=5,HOUR_OF_DAY=5,MINUTE=0,SECOND=17,MILLISECOND=762,ZONE_OFFSET=19800000,DST_OFFSET=0]
The text was updated successfully, but these errors were encountered: