Re: Reverse of Format Date/Time String.VI

2004-04-08 Thread Jim from DME
Building that cluster requires that you enter which day of the year it is. As far as I can tell labview doesn't have a vi for that.

Re: Reverse of Format Date/Time String.VI

2004-04-08 Thread tmh
No, it doesn't. If you check the online help for Date/Time to Seconds it clearly states that 'day of year' is ignored.

Reverse of Format Date/Time String.VI

2004-01-13 Thread Plassen Martin
I'm looking for a VI that does the reverse job of the Format Date/Time String, i.e. converts a string with a date and a time, and with an time format-string input that describes the format of the string, and gives a time stamp as output. Anybody done this one ? Martin

Re: Reverse of Format Date/Time String.VI

2004-01-13 Thread Mads
Very simple; just wire the string to a scan from string function and extract the month, day, year, hours, minutes and seconds as separate numbers. Now the date/time to seconds function takes a cluster of these numbers and converts it to a timestamp so all you need is to bundle the numbers into