Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
8
Task/Date-format/OoRexx/date-format.rexx
Normal file
8
Task/Date-format/OoRexx/date-format.rexx
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/* REXX */
|
||||
dats='20071123'
|
||||
Say date('I',dats,'S')
|
||||
Say date('W',dats,'S')',' date('M',dats,'S') substr(dats,7,2)',' left(dats,4)
|
||||
Say date('W',dats,'S')',' date('M',dats,'S') translate('gh, abcd',dats,'abcdefgh')
|
||||
dati=date('I')
|
||||
Say dati
|
||||
Say date('W',dati,'I')',' date('M',dati,'I') translate('ij, abcd',dati,'abcdefghij')
|
||||
Loading…
Add table
Add a link
Reference in a new issue