Changeset 180 for trunk/grails-app/services/DateUtilService.groovy
- Timestamp:
- Nov 4, 2009, 2:47:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/DateUtilService.groovy
r137 r180 2 2 3 3 boolean transactional = false 4 static scope = "request"5 6 4 //static scope = "request" 5 6 public static Date getToday() { 7 7 return setMidnight(new Date()) 8 8 }
Note: See TracChangeset
for help on using the changeset viewer.