creationix / wheat

Wheat is a blog engine for coders written in node.JS
Other
1.36k stars 134 forks source link

fixes dates problem. #33

Closed CrypticSwarm closed 13 years ago

CrypticSwarm commented 13 years ago

Wheat has a problem with dates in that it is usually off by one for the day of the week.

Removes the dates code from wheat. Adds a dependency to a dedicated module for formatting dates. This should remove duplicated code between projects.

Small upgrade issue with the date formatters.

old format -> new format F -> B j -> e l -> A i -> M s -> S u -> XXXXX(non-existent, but who prints out milliseconds anyways?)