Posts by Dhein Jonas • 21 points
3 posts
-
1
votes5
answers38375
viewsA: Convert date to dd/mm/yyyy format
echo date('Y-m-d H:i', strtotime($data)); for hours and minutes together
-
0
votes2
answers498
viewsA: Android Activity does not open
One reason may be that you are incorrectly referencing a Textview ID or other element in your Activity. If this is not the case, try changing the element ID and try to DEBUG your code with the help…
-
1
votes2
answers1062
viewsA: Develop for windows ce/mobile in visual studio 2013
In Visual Studio 2013 you won’t be able to develop for Windows Mobile 6, only for 8 onwards. Stay at Visual Studio 2005 or 2008 to continue with your project. I believe you will not have problems or…