02-09-2015 01:49 PM
I am trying to write a VI that gets the current time and writes it to an XML file in this format. YYYY-MM-DDThh:mm:ss[.s][Z|(+|-)hh:mm]
I cant seem to get the operators on the format date/time string vi to work for concatenating the "-" between the year and month
Anybody know how to do this one?
02-09-2015 02:03 PM
You should not need to use special operaors for the format date/time string, the format should simply be"%Y-%m-%d"
02-09-2015 02:21 PM
thanks