Changeset 2139 for extensions/net.sf.basedb.reggie/branches/2.13-stable/resources/personal/bloodfollowupform.jsp
- Timestamp:
- Nov 14, 2013, 10:02:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/branches/2.13-stable/resources/personal/bloodfollowupform.jsp
r2138 r2139 358 358 { 359 359 // Auto-fill the date if it's only given with 4(MMdd) or 6(yyMMdd) digits. 360 samplingDate = autoFillDate(samplingDate );360 samplingDate = autoFillDate(samplingDate, true); 361 361 frm.samplingDate.value = samplingDate; 362 362 … … 394 394 { 395 395 // Auto-fill the date if it's only given with 4(MMdd) or 6(yyMMdd) digits. 396 freezerDate = autoFillDate(freezerDate );396 freezerDate = autoFillDate(freezerDate, true); 397 397 frm.freezerDate.value = freezerDate; 398 398
Note: See TracChangeset
for help on using the changeset viewer.