4 lines
70 B
Text
4 lines
70 B
Text
|
|
a$ = "2019-05-22 22:54:22"
|
||
|
|
print substr a$ 12 5
|
||
|
|
print substr a$ 12 -1
|