I have a field (text) in the DB where I store a time value. In this case it has to be in format hh:mm
I set a calendar application and use the display hh:mm and internal format as hh:mm
The value is correctly saved when a new entry is done.
However, when we use Drag & Drop the value inserted in the database is 11:00:00, so it adds the seconds.
in this particular case (an android app fetches the values from the online mysql db), the field has to be text and the format has to be hh:mm
So if we define the start time format as hh:mm when we drag & drop the same format should be maintained.
Is there any quick solution ? as this is preventing me to advance with buying SC, as it totally prevents the android app to operate with the DB as the field is not in the correct format.
Thanks