asked on April 29, 2014
We have a Laserfiche Form process that is saving to the repository with the {/dataset/_submission_time} at the beginning of the Document Name. This token appends the time onto the end of the date like so: 3/11/2014 1:09:22 AM. I need help making a regular expression that just takes the date. Normally I would do \d/\d\d/\d\d\d\d, but the month and day could be single or double digits. How do I account for that?
0
0