3.11.4 FMT_TIM


next up previous contents
Next: 3.11.5 FMT_TIMER Up: 3.11 Time Routines and Previous: 3.11.3 String Representation

3.11.4 FMT_TIM

The routine FMT_TIM will 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