Yes. The LabVIEW Help explains what each part of the format string means. The help on the "Format Date/Time String" function explains this best (Go to Help Menu, select "VI, Function, & How To", then type "Format Date/Time String" into the Index tab. For Days/Months Hours:Minutes use %d/%m %H:%M
You will find some tips in the several knowledge base attached below.
* How Can I Plot My Acquired Data Versus A Timestamp in LabVIEW? http://digital.ni.com/public.nsf/websearch/EE0668C8F6CE617686256C920065EC52?OpenDocument
* In LabVIEW, How Do I Programmatically Set a Graph or Chart to Have a Time and Date Format Through a Property Node? http://digital.ni.com/public.nsf/websearch/BD901BB252C63667862566F200800D28?OpenDocument
* How Do I Set the Time and Date on the X-axis of a Graph in LabVIEW? http://pong.ni.com/public.nsf/websearch/0A4899EF6D01B9C5862568B70074F989?OpenDocument
* Why Doesn't My Graph Show the Current Time? http://digital.ni.com/public.nsf/websearch/163EE33AFCD1D94E86256DB80074EBEA?OpenDocument
Here is also another example of handling X-scale format programmatically under LabVIEW 6.1.
That's correct. The format string property isn't available until LabVIEW 7.0 and later. LabVIEW 6.1 may only display certain time formats. Programmatically setting time formats is even more limited. Try using the Format property on the Scale. That is the last thing I can think of. Hope this helps- Shawn