How Long To Save

A simple site that helps you plan how to save for an item.


The value you entered must only conatin numeric values. Please enter an amount.
The value you entered must only contain numeric values. Please enter an amount.
The expense value(s) you entered must only contain numeric values.
Check this:

Please fill in the required fields.
At your current rate of monthly expenditure you need to save around..
{{spendingMoneyLeftInMonths | currency:'€'}} a month for {{timeToSaveForItemInMonths | number : 3}} months
Or..
{{spendingMoneyLeftInWeeks | currency:'€'}} a week for {{timeToSaveForItemInWeeks |number : 3}} weeks
{{itemNameText}}
You can afford your item now. Your spending money (after expneses) is {{spendingMoneyLeftInMonths | currency:'€'}} and your item is cheaper than that.
There seems to be an issue with your expenses. It looks like you're spending more than you earn.
  • Item Name: {{formData.itemName}}

  • Item Value: {{formData.itemValue | currency:'€'}}

  • Monthly Take Home Pay: {{formData.monthlyTakeHomePay | currency:'€'}}

  • Expenses
    • {{expense.expenseName}}: {{expense.expenseValue | currency:'€'}}

  • Total Expenses: {{expensesSum | currency:'€'}}

  • Spending Money Left: {{spendingMoneyLeftInMonths | currency:'€'}}

  • Time in months to reach your goal: {{timeToSaveForItemInMonths | number : 3}}

  • Time in weeks to reach your goal: {{timeToSaveForItemInWeeks |number : 2}}