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
This isnt really an issue., but there should be a way to figure out when this happens and to show a message to user.
To detect this change, I found that in the date object , there is an overflow flag which is set to -2 when a invalid date is picked and -1 when valid date is picked. I have tried many times with many different dates and although I am sure that I can go ahead and use this value to detect this kind of auto changing of the date., I also wanted to check if there is any better way of either stopping this auto resetting of the date, or right way to detect this change/date reset.?
The text was updated successfully, but these errors were encountered:
This isnt really an issue., but there should be a way to figure out when this happens and to show a message to user.
To detect this change, I found that in the date object , there is an overflow flag which is set to -2 when a invalid date is picked and -1 when valid date is picked. I have tried many times with many different dates and although I am sure that I can go ahead and use this value to detect this kind of auto changing of the date., I also wanted to check if there is any better way of either stopping this auto resetting of the date, or right way to detect this change/date reset.?
The text was updated successfully, but these errors were encountered: