Produced by IDL 7.0
Developer Documentation

./toolbox
fitsdateparse.pro

Last modification date:
Sun Oct 22 03:20:02 2017

fitsdateparse

function fitsdateparse(dateobs)

Convert a FITS date string into its component parts.

Returns
double precision vector containing [year,month,day,hour,minute,second]. If the time fields are not present, 0s are returned. If the string is invalid, -1 is returned.
Version
$Id$

Parameters
dateobs
in, required
string
A FITS date string following the pattern: YYYY-MM-DD[Thh:mm:ss[.sss...]] or DD/MM/YY.


Produced by IDLdoc 1.6 on Sun Oct 22 03:20:16 2017