Created Examples and Recipes (markdown)

Emile Cormier
2015-07-30 15:43:05 -03:00
parent 0ca73a2f51
commit 147b96092f

15
Examples-and-Recipes.md Normal file

@@ -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)
===
<a name="time_point_to_components"></a>
### Obtaining a `time_point` from `y/m/d h:m:s` components
Write me
<a name="components_to_time_point">
### Obtaining `y/m/d h:m:s` components from a `time_point`
Write me