From 147b96092fcd64443d26f625a7b5651f3b6d08a7 Mon Sep 17 00:00:00 2001 From: Emile Cormier Date: Thu, 30 Jul 2015 15:43:05 -0300 Subject: [PATCH] Created Examples and Recipes (markdown) --- Examples-and-Recipes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Examples-and-Recipes.md diff --git a/Examples-and-Recipes.md b/Examples-and-Recipes.md new file mode 100644 index 0000000..20f3f4b --- /dev/null +++ b/Examples-and-Recipes.md @@ -0,0 +1,15 @@ +##Contents +- [Obtaining a `time_point` from `y/m/d h:m:s` components](#time_point_to_components) +- [Obtaining `y/m/d h:m:s` components from a `time_point`](#components_to_time_point) + +=== + + +### Obtaining a `time_point` from `y/m/d h:m:s` components + +Write me + + +### Obtaining `y/m/d h:m:s` components from a `time_point` + +Write me