idate.3f

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3F 代码 · 共 35 行

3F
35
字号
.\" SCCSID: @(#)idate.3f	8.1	9/11/90.TH idate 3f VAX "" Unsupported.SH Nameidate, itime \- return date or time in numerical form.SH Syntax.B subroutine idate (iarray).br.B integer iarray(3).sp 1.B subroutine itime (iarray).br.B integer iarray(3).SH Description.NXR "idate subroutine (FORTRAN)".NXR "itime subroutine (FORTRAN)".NXR "date" "returning in numerical form".NXR "time" "returning in numerical form"The subroutine.PN idatereturns the current date in.I iarray.The order is: day, mon, year.Month will be in the range 1-12. Year will be \(>= 1969..PPThe.PN itimeroutine returns the current time in.I iarray.The order is: hour, minute, second..SH Files.ie \nM /usr/ucb/lib/libU77.a.el /usr/lib/libU77.a.SH See Alsoctime(3), fdate(3f)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?