Skip to content

Commit

Permalink
Update unique_serial_numbers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maedelange committed May 31, 2024
1 parent aa05b09 commit a6a8c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/unique_serial_numbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ question type</a> in either the formbuilder or **XLSForm** and use the formula
below.

```
concat(substr(today(), 0, 4), substr(today(), 7, 5), substr(today(), 10, 8), substr(now(), 13, 11), substr(now(), 16, 14), substr(now(), 19, 17))
concat(substr(today(), 0, 4), substr(today(), 5, 7), substr(today(), 8, 10), substr(now(), 11, 13), substr(now(), 14, 16), substr(now(), 17, 19))
```

<p class="note">
Expand Down

0 comments on commit a6a8c49

Please sign in to comment.