CABLE
Source Files
Modules
Procedures
Derived Types
Namelists
Program
strptime
Function
12 statements
Source File
datetime_module.f90
datetime_module
strptime
Contents
public function strptime(str, format, tz)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
str
character(len=*),
intent(in)
::
format
real(kind=real64),
intent(in),
optional
::
tz
Return Value
type(
datetime
)