Date Calculator
Copy templates to use them anywhere:
Sometimes you need to type the number of days between two dates. To do that, you would typically need stop whatever you're doing, find a calendar, count the days and then go back and type the number. This process interrupts your flow, wastes time and is error-prone.
With Text Blaze, you can automate the entire process. Simply type a pre-defined shortcut, select the dates, and the number of days will be automatically typed for you.
Insert the date in any number of days
Use this snippet to dynamically calculate the date any number of days from today. When you type the keyboard shortcut, the preview below will pop-up. Enter the number of days in the future and the date will automatically be calculated. Press Enter and that date will be typed for you wherever you are.
The following snippet uses a different date format:
Maybe you just want to know what day of the week will be a number of days from today:
Insert the number of days between two dates
Use this snippet to dynamically calculate the number of days between two dates. When you type the keyboard shortcut, the preview below will pop-up. Select the two dates it will automatically calculate the number of days. Press Enter and number will be typed for you.
Any number of days from any date (not just today)
But why stop there? If you need to calculate the date x days from any date, you can do that easily as well.
Just give me the number of days!
Need to just type the number of days, without the full sentence? No problem! The snippet below behaves exactly like the snippet above, but the output is just a number - the number of days between the two dates.