I have a spinner for Period which contains the selections:
3 months
6 months
10 months
12 months
18 months
PROBLEM:
I can get the value of the spinner selection but I need a way to get just the numerical value of the selection ( i.e. just the 3 from 3 months ) for use in another activity with calculations using BigDecimal. Can anyone guide me accordingly?