Compare commits

...

3 Commits

Author SHA1 Message Date
lishuang 3b45340409 add int test
1 year ago
lishuang bd3a1ca26c 111
2 years ago
lishuang f504218d8e change doc
2 years ago

@ -1,3 +1,4 @@
111
/*
* Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net)
*
@ -30,6 +31,8 @@ import android.text.format.DateFormat;
import android.text.format.DateUtils;
public class DateTimePickerDialog extends AlertDialog implements OnClickListener {
int test=0,
private Calendar mDate = Calendar.getInstance();
private boolean mIs24HourView;

Loading…
Cancel
Save