NLKNguyen / jekyll-bootstrap-calendar

Pure Jekyll layout to display [bootstrap-calendar] that reads events from CSV file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV Date format not in ISO standard

wertperch opened this issue · comments

Unless I missed something in the documentation, one is obliged to use the middle-endian US date format, one which is alien to many people. Given that Jekyll uses the ISO date format for filenames, why not use the same format for the date format in the CSV?

Apologies if I missed this in the documentation.