Skip to content

Commit fcea2b2

Browse files
committed
Using date picker for example prep description
1 parent 89a1da7 commit fcea2b2

File tree

1 file changed

+2
-1
lines changed
  • src/main/resources/examples/+io/+github/+symphony_das/+sources

1 file changed

+2
-1
lines changed

src/main/resources/examples/+io/+github/+symphony_das/+sources/Preparation.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
obj.addProperty('protocol', '', ...
99
'description', 'The preparation protocol implemented to obtain the specific sample');
10-
obj.addProperty('date', '', ...
10+
obj.addProperty('date', datestr(now), ...
11+
'type', PropertyType('char', 'row', 'datestr'), ...
1112
'description', 'The date the preparation protocol was performed to obtain the specific sample');
1213
obj.addProperty('region', '');
1314
obj.addProperty('sliceThickness', 0, ...

0 commit comments

Comments
 (0)