Author: nospamnospam Date: Jul 3, 2008 08:51
FarrukhMohsen gmail.com> wrote:
> I am trying to get the system date and time using the following
> code
>
> Integer time
> Integer stime
> Character rdate(64)
> stime = time()
> call ctime(stime, rdate)
> write (*,100) rdate
> 100 format (a32)
> stop
> end
>
>
> However, I am getting an error message saying:
> Reference to intrinsic CTIME is invalid. One or more of the arguments
> have incorrect type. Could you please help?
|