from functorflow import f
print(f('format-str', 'YYYY-MM-DD', '20190508'))
# '2019-05-08'
print(f('format-str', '2019-05-08', '20151217'))
# '2015-12-17'
For further actions, you may consider blocking this person and/or reporting abuse
from functorflow import f
print(f('format-str', 'YYYY-MM-DD', '20190508'))
# '2019-05-08'
print(f('format-str', '2019-05-08', '20151217'))
# '2015-12-17'
For further actions, you may consider blocking this person and/or reporting abuse
Adithya A -
Trix Cyrus -
Rahul Kashyap -
Dmitry Romanoff -
Top comments (0)