Are you working for the Government today?

Salary: ${{ salary.toLocaleString('en-US') }}
Total Tax: ${{ totalTaxAmount.toLocaleString(undefined, {maximumFractionDigits: 2}) }}
Income Tax: ${{ (federalTaxAmount + stateTaxAmount).toLocaleString(undefined, {maximumFractionDigits: 2}) }}
Sales Tax: ${{ salesTaxAmount.toLocaleString(undefined, {maximumFractionDigits: 2}) }}
Gas Tax: ${{ gasTaxAmount.toLocaleString(undefined, {maximumFractionDigits: 2}) }}
Property Tax: ${{ propertyTaxAmount.toLocaleString(undefined, {maximumFractionDigits: 2}) }}
{{ month }}
{{ getDayTax() }}