MKRUNDATE
Name
mkrundate
Purpose (one Line Only)
Create a run date string given a Julian Date.
Description
Category
Utility
Calling Sequence
rundate = mkrundate(jd)
Inputs
jd - Julian Date (scalar)
Optional Input Parameters
DATE - Flag, if set will format the output as a valid mysql date string
(ex: 2012-03-12). The default is a rundate string which is
a 6-digit string (ex: 120312).
Keyword Input Parameters
Outputs
return value is a 6-digit string that is the run date for the input JD
Keyword Output Parameters
Common Blocks
Side Effects
Restrictions
Procedure
Modification History
2008/06/22, Written by Marc W. Buie, Southwest Research Institute
2012/03/07, MWB, added DATE keyword