general/tools/misc/
yymmdd_to_time.pro
Routines
top source yymmdd_to_time
result = yymmdd_to_time(yymmdd_, hhmm_)
FUNCTION: yymmdd_to_time PURPOSE: Returns time (seconds since 1970) given date in format: YYMMDD HHMM USAGE: t = yymmdd_to_time(yymmdd [,hhmm]) (yymmdd can be either a long or a string) Examples: t = yymmdd_to_time(990421,1422) print,t,' ',time_string(t) Created by: Davin Larson, April 1999
Parameters
- yymmdd_
- hhmm_
File attributes
Modification date: | Thu Feb 13 16:43:14 2014 |
Lines: | 21 |