You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the VI StringFormatter.lvclass:formatTimeStamp.vi, there is a typo error in the format inot string function. An additionnal Z is added into the format constant:
Thanks for the tools.
The text was updated successfully, but these errors were encountered:
MaximeRen
changed the title
Format into string Error in timestamp formatter
Format into string have Z in format string for timestamp formatter
Nov 14, 2024
You can use the Epoch DateTime library to manipulate it, or you might also want to create a custom class derived from StringFormatter and override this VI to support your own format if this implementation does not fit your application's requirement directly.
in the VI StringFormatter.lvclass:formatTimeStamp.vi, there is a typo error in the format inot string function. An additionnal Z is added into the format constant:
Thanks for the tools.
The text was updated successfully, but these errors were encountered: