mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-06 14:14:27 +02:00
Created Examples and Recipes (markdown)
15
Examples-and-Recipes.md
Normal file
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
|
Reference in New Issue
Block a user