Hello again, I want to thank you for your help so far :), I was just wondering about the dates stored in the database: for e.g. "2024-02-28T00:00:00.000Z". When I get this data into my app and want to show it in a table, is there anyway to manipulate this date. for example to get rid of ev...
I now that the new version of Ionic has simple solution of publishing into App Store via "Release and Publish" build but JQM and Ionic 1 doesn't have such option, and my question is how can I publish such applications
how can I activate Input immediately after loading the form.
Unfortunately, Autofocus didn't help. I also need to activate the second Input if Enter is pressed in the first (KeyEnter Event)
Hi I have a listItem which I fill with a sqlsrver express api, I invoke service through a button The list item has 4 text component 1.id, 2.name, 3.state, 4.date I need the background of field #3 to change color depending on the value it has, example 1."CONFIRMED" = green, 2."PENDING&...