From ea9f664a06cd4268d76a513715067d62727d8414 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Wed, 7 Sep 2016 20:40:45 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20a70ed..1ce3715 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Join the chat at https://gitter.im/HowardHinnant/date](https://badges.gitter.im/HowardHinnant/date.svg)](https://gitter.im/HowardHinnant/date?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +_**[Try it out on wandbox!](http://melpon.org/wandbox/permlink/JwuDJwuiTnAglDIz)**_ + This is actually several separate C++11/C++14 libraries: 1. `"date.h"` is a header-only library which builds upon ``. It adds some new `duration` types, and new `time_point` types. It also adds "field" types such as `year_month_day` which is a struct `{year, month, day}`. And it provides convenient means to convert between the "field" types and the `time_point` types. See http://howardhinnant.github.io/date/date.html for more details.