I’m using date picker and in hot column i’ve defined date format like “DD/MM/YYYY HH:MM” and type="date ", If i select date by default it’ll display like “10/10/2018 00:12”.
- If i modify that selected value like “10/10/2018 08:12” and click outside, This value become change to old value like “10/10/2018 00:12”.
- I’ll try to change that value like “10/10/2018 00:12” to “10/10/2018 08:15” and click out side it’s working fine.
Here the issue is in month.If month value is greater then 12 and click outside it’ll taking,If month value is less then 12 the modified value is not affecting, It’ll taking default value.
Please give me solution for this problem.