Android : Converting Two strings to Calendar Format

on Saturday, September 6, 2014


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