Comment on Show HN: MdSilo – A knowledge silo that runs in your web browserComments−kseistrup4yIs there a way to make it display dates as YYYY-MM-DD or DD-MM-YYYY? I've never been keen on the US date format.−lionkor4yThe author should simply stick to ISO 8601; YYYY-MM-DD.−kseistrup4yThat would be nice, but ‘%x’ — date(1): locale's date representation — is also acceptable.−ihndanOP4yNow it is YYYY-MM-DD.−ihndanOP4yOk, will improve this.−ihndanOP4yNow the date format is: MMM DD, YYYY−kseistrup4yI'm sorry, but that's not much better than the original. Can't it be made configurable? Or at least follow the locale?
Comments
Is there a way to make it display dates as YYYY-MM-DD or DD-MM-YYYY? I've never been keen on the US date format.
The author should simply stick to ISO 8601; YYYY-MM-DD.
That would be nice, but ‘%x’ — date(1): locale's date representation — is also acceptable.
Now it is YYYY-MM-DD.
Ok, will improve this.
Now the date format is: MMM DD, YYYY
I'm sorry, but that's not much better than the original. Can't it be made configurable? Or at least follow the locale?