08-04-2005 10:06 AM
08-04-2005 12:40 PM
08-04-2005 12:59 PM
08-05-2005 04:01 AM
02-11-2008 03:23 AM
02-11-2008 05:07 AM
If you are using 8.x, you should use the Scan from String primitive, which can also process time format codes. The codes are documented in the help for the time functions and an easy way of generating them is going into the properties of a numeric control, going to the format page, selecting a time format and then changing the display to advanced.
If you aren't using 8.x, this VI uses the same time format codes, but you should note that it is not a fully debugged and planned VI.
A simple example for scanning "11/02/2008 21:34" is "%d/%m/%Y %H:%M".