| Use this HTA to calculate dates. | |
| The names of the weekdays and months will be displayed in English by default, and in French, German and Dutch on French, German and Dutch systems respectively. | |
| Support for other locales is easily added, the list of locale IDs per country is included in the source code. | |
| If you want me to include a specific locale, send me a translated list of the names of the weekdays (starting with Monday) and months, together with your locale ID, and I'll include them in the next version. | |
The locale ID can be found by starting this HTA with the
/DEBUG command line switch. |
|
| Some simple examples: | |
![]() |
|
| Assume that it is Thursday, November 30, 2006, and that we want to calculate what weekday November 30, 2007 will be. | |
![]() |
|
| Just select the next year from the drop-down list ... |
![]() |
![]() |
|
| ... and Friday November 30, 2007 is displayed. | |
| Want to know the date next week? Same trick, just increase the week by 1. |
|
| Want to know the date on Wednesday in week 7 of 2009? | |
![]() |
|
| Select 2009, then week 7, and finally Wednesday, and you'll get February 11. | |
| Version | Release Date (mm/dd/yyyy) |
Changes |
|---|---|---|
| 0.12 Beta | 11/06/2006 | Added support for French & German locales. |
| 0.11 Beta | 10/31/2006 | Adjusted window size to allow large screen fonts. |
| 0.10 Beta | 10/31/2006 | First public beta version. |