Changeset 881
- Timestamp:
- Sep 8, 2010, 5:11:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy
r847 r881 538 538 // add time as well? 539 539 if (dateMatch[0][7] != null) { 540 parser += dateMatch[0][ 6] + 'HH:mm'540 parser += dateMatch[0][8] + 'HH:mm' 541 541 } 542 542
Note: See TracChangeset
for help on using the changeset viewer.