Is it possible to convert two strings (one contains Date and the other contains Time) to Calendar format? I'm new to android development, please tell me if I'm asking the wrong question. Thanks in advance.
String txtDate = (String) txtDisplayDate.getText();
String txtTime = (String) txtDisplayTime.getText();
0 comments:
Post a Comment