Picolab / devtools

Repository for KRL Developer Tools
MIT License
6 stars 4 forks source link

Use human readable date on pico log headers #38

Closed alexkolson closed 9 years ago

alexkolson commented 9 years ago

This makes the date on pico log entry headers a little more readable by adding a handlebars helper named formatDate.

You can now call {{formatDate yourDateTimeString}} in any handlebar template.

windley commented 9 years ago

Thanks for merging @alexkolson. I had it on my TODO list, but hadn't yet.