ColbertT
Results
1
comments of
ColbertT
I meet this issue too. # I add some code, like it work fine. ``` var year = text.slice(0,4); var month = text.slice(4,6); var day = text.slice(6,8); var hour =...