PaoGon / R.I.M.

0 stars 1 forks source link

Date subtracting to 1 day #112

Closed jlozion026 closed 1 year ago

jlozion026 commented 1 year ago

image

The cause of the error is because of the formatted date

        date_started: "2023/01/12"
        date_ended: "2023/01/17" 

it should be like this :

        date_started: "2023-01-12"
        date_ended: "2023-01-17"