https://github.com/born2snipe/now-widget
similar to the today widget, but with a little more control
https://github.com/born2snipe/now-widget
Last synced: 12 months ago
JSON representation
similar to the today widget, but with a little more control
- Host: GitHub
- URL: https://github.com/born2snipe/now-widget
- Owner: born2snipe
- License: other
- Created: 2010-04-24T15:54:04.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T10:02:02.000Z (over 5 years ago)
- Last Synced: 2025-05-15T17:50:55.613Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
== Why does it exist?
It is very similar to the !today widget found in FitNesse. The main difference is you can alter the date by months, days, and years, instead of days only.
== Examples Usages
Control the pattern of output.........!now pattern(MM/dd/yyyy)
Add a month...........................!now pattern(MM/dd/yyyy) month(1)
Add a day.............................!now pattern(MM/dd/yyyy) day(1)
Add a year............................!now pattern(MM/dd/yyyy) year(1)
Subtracting month, day, and year......!now pattern(MM/dd/yyyy) month(-1) day(-1) year(-1)