Babysitter Payment Calculator

Need a hand calculating what to pay your babysitter?

Total: {{ $filters.toCurrency(calculateTotal) }}

Subtotal: {{ $filters.toCurrency(this.hourlyRate || 0) }} x {{ $filters.toNumber(totalHours) }} hours = {{ $filters.toCurrency(subTotal) }}
Tip: {{ $filters.toCurrency(this.subTotal) }} x {{ this.tipPercentage || 0 }}% = {{ $filters.toCurrency(tipAmount) }}