Produced by IDL 7.1.1
User Documentation

./toolbox
fitsdateparse.pro

Last modification date:
Wed Sep 28 13:27:11 2016

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 Wed Sep 28 13:27:39 2016