Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Date-manipulation/PL-I/date-manipulation.pli
Normal file
8
Task/Date-manipulation/PL-I/date-manipulation.pli
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/* The PL/I date functions handle dates and time in 49 */
|
||||
/* different formats, but not that particular one. For any of the */
|
||||
/* standard formats, the following date manipulation will add */
|
||||
/* 12 hours to the current date/time. */
|
||||
|
||||
seconds = SECS(DATETIME());
|
||||
seconds = seconds + 12*60*60;
|
||||
put list (SECSTODATE(seconds));
|
||||
Loading…
Add table
Add a link
Reference in a new issue