I have a Document that I am capturing the Date from using OCR and Pattern Matching Token. The Date Format looks like 22 Oct 2015.
Our Folder Structure in Laserfiche looks like \Year\Month\Course Name
I Can easily extract the text from the page in this format and put it in a Text Field which I then parse to create the Folder structure
For searching purposes, we also require this to be a Date Value, for the example of searching between dates which would be a MetaData field.
What appears to be happening in Quick Fields is that regardless of how I set up my Date Field Format, Short, Long or Custom, QF always displays the Short Date format, and doesn't convert the Text to Date correctly.
I tried using the Token Editor with Formatting which creates a revised Token Value %(DateOCR#"dd MMM yyyy"#) but the result is the Date Field is incomplete. It ends up looking like 22/ /2015 and gets flagged (this Date / Time value is invalid)
Suggestions?