Next: FMT_TIMER Up: Time Routines and Previous: String Representation

FMT_TIM

The routine FMT_TIMwill take a structure and return a string with the date and time. For example, the command:
IDL> a = fmt_tim(roadmap(0))
will return the string `16-DEC-91 02:29:40'. It is possible to use the /MSEC keyword and get `16-DEC-91 02:29:40.819' instead.


ydac@mssly1.mssl.ucl.ac.uk