Babysitter Payment Calculator
Need a hand calculating what to pay your babysitter?
Start Time
End Time
Hourly Rate
Tip %
Round up
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) }}