LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

missing date/time format

Since not all format codes are listed in LV's help files i checked http://help.gnome.org/users/gthumb/unstable/gthumb-date-formats.html.en

After some testing it seems that %V (week number based on first 4-day week) isn't implemented in LV, which is needed in the ISO-metric world. 😉

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 1 of 4
(2,440 Views)

Hi Yamaeda,

 

seems to make a very good LV idea entry 🙂

 

Or write your own VI to convert timestamp into ISO week number...

 

Btw. which format codes do you miss in the help here and here?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 4
(2,438 Views)

I shouldn't need to write a VI for missing base functionality. 🙂

But sure, i can grab the weekday for XX-01-01 and check if i should modify the %U-parameter.

 

Right off the bat i could only find %V missing, but it's a common comment in the reg-exp-discussions so i assumed it applied here also.

 

I'll post an idea (thanks for tips).

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 4
(2,423 Views)

That is probably why I have this lying around.  I don't remember actually using it for anything.

 

dateNet.png

 

 

Message 4 of 4
(2,405 Views)