I have sqlite database table that contain time field (14:25),I would like to add 10 minutes such as(14:35).
I have found a solution in internet to add Time using sqlite Time function Example
Select Time(14:25,'+10Minutes');
This function works fine on Android 2.2 Emulator but it return null value in Android 4.0 Device (Actual Device).Pls advise where it is problem...this is my serious problem that i am facing for last two days.
Pls help...........................................................
I have found a solution in internet to add Time using sqlite Time function Example
Select Time(14:25,'+10Minutes');
This function works fine on Android 2.2 Emulator but it return null value in Android 4.0 Device (Actual Device).Pls advise where it is problem...this is my serious problem that i am facing for last two days.
Pls help...........................................................