hello
im making an app that writes to a .txt file and at the end of each
"save" i want to put the date and time.
this is my code that turns the time/date into a string. which works
fine.
SimpleDateFormat dateFormat = new SimpleDateFormat("dd/MM/
hh:mm:ss");
java.util.Date date = new java.uti
I think I asked this a few months ago, but didn't receive an answer.
Has anyone done a combination Date AND Time Picker that fits on one screen?
What I'm looking for is something that looks like the built in Android Date
picker with the Time Picker below it and the Set/Cancel buttons below
I've tried including date and time pickers in the XML file, like the
following:
http://schemas.android.com/apk/res/android";
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
But I get:
ERROR/AndroidRuntime(2930): Caused by: java.lang.RuntimeE
3 matches
Mail list logo