Android Billing API shows a period in the following format
P1M - 1 month
P1Y - 1 year
P2W - 2 weeks
P3D - 3 days
Is it standardized format and are there utils to format it to human-readable strings? Or I need to reinvent the wheel and do it myself.