in the file output in DM you can add a timestamp to a filename. However it seems that a date is possible, but a time is not. if it is possible what should be the notation? we have tried: d-MMM-yyyy H:mm:ss
What do you see when you use that format? It could be that the colon ":" character is causing problems, since this is an invalid character in windows filesystems. Omniscope should handle this case and either convert or show an error - we'll check this.
Try "d-MMM-yyyy H-mm-ss" instead. Or, if you want a format that appears in chronological order in Explorer, use "yyyy-MM-dd HH-mm-ss".
Steve, perhaps good idea to add a short comment line in the DM block that you need to make use of the '-' in stead of the ':' as mentioned on the visokio website.
@steve - do you guys have guidelines for what the different combinations of datestamps can output? I've been playing with this today - based on what I thought I understood from Excel and been getting some strange dates output. For example using mm (apparent random number) gets me a very different output from MM (03).