IDATE(3F) IDATE(3F)NAMEidate, itime - return date or time in numerical formSYNOPSISsubroutine idate (iarray) integer iarray(3) subroutine itime (iarray) integer iarray(3)DESCRIPTIONIdate returns the current date in iarray. The order is: day, mon, year. Month will be in the range 1-12. Year will be >= 1969. Itime returns the current time in iarray. The order is: hour, minute, second.FILES/usr/lib/libU77.aSEE ALSOctime(3F), fdate(3F) 4.2 Berkeley Distribution May 15, 1985 IDATE(3F)
| Related Man Pages |
|---|
| gmtime(3f) - bsd |
| idate(1) - debian |
| egd_acq_setup(3) - debian |
| egd_get_data(3) - debian |
| idate(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Better way to Validate column data in file. |
| How to validate a column? |
| How to validate input parameters? |
| Need to validate that all 24 hr are in a table |
| Validate date and time in filename by awk |