Closed PKief closed 4 years ago
This pull request makes the date format configurable through the settings.json:
"markdown-checkbox.dateFormat": "YYYY-MM-DD"
It makes use of the JavaScript library moment.js which means that you can find the date format patterns on its documentation.
This pull request makes the date format configurable through the settings.json:
It makes use of the JavaScript library moment.js which means that you can find the date format patterns on its documentation.