diff --git a/Examples-and-Recipes.md b/Examples-and-Recipes.md index 2659cef..737050c 100644 --- a/Examples-and-Recipes.md +++ b/Examples-and-Recipes.md @@ -6,6 +6,7 @@ This page contains examples and recipes contributed by community members. Feel f - [Normalizing `y/m/d` when it is `!ok()`](#normalize) - [Converting from {year, microseconds} to CCSDS](#ccsds) - [Difference in months between two dates](#deltamonths) +- [Parsing ISO strings](http://stackoverflow.com/a/33438989/576911) ***