does anybody know how to iterate the day of the date? ie. something like
new Date()+1
or
new Date().format('yyyy-MM-dd')++;
or something like that? Please let me know.
|
|
Groovy has some elegant ways to work with date and time values, for example you can use TimeCategory.
|
|||
|
|
|
For example:
you can use
reference: http://groovy.codehaus.org/groovy-jdk/java/util/Date.html |
|||
|
|
|
You can also construct Ranges from Dates like so:
Which will print:
|
|||
|
|