i have a string with a date in this format yyyyMMddHHmmss, so i want to know how to set a Date object and a Calendar object in android.
For example if my string date is 20120215102400 how i make a function that returns a Calendar object with that date, and also how i make a function that returns a Date object. Maybe is a easy one but i still learning android and java too.
1 Answer