03-30-2016 04:23 PM - edited 03-30-2016 04:24 PM
The following is a small sub-VI I am creating to output the day of the week, day of month, month, and year as a U16 array:
The Get Date/Time String VI is supposed to output a date string of the format "DD/MM/YY" when the enum "short" is selected. Instead I get this:
It seems the VI is "broken" or the documentation is incorrect. Has anyone else incountered this?
I am running LabView 2015 on Windows 7.
Solved! Go to Solution.
03-30-2016 04:44 PM
Way too complicated.
03-30-2016 04:51 PM
@swbpnole wrote:
The Get Date/Time String VI is supposed to output a date string of the format "DD/MM/YY" when the enum "short" is selected. Instead I get this:
It's supposed to return a local specific date format. Check your regional settings in Control Panel.
aputmans solution is the right way to do this to avoid regional settings specific variations.
03-30-2016 05:44 PM
Thank you ma'am/sir. I learn something everyday. LV experience is < 1 year...