| Excerpt |
|---|
|
This is how to do it in Macro and Python, respectively |
Step-by-step guide
This is how to do it in Macro and Python, respectively:
| Tabs Container |
|---|
|
| Tabs Page |
|---|
|
| Code Block |
|---|
| year = 2016
month = 8
day = 9
d = date(10000*year + 100*month + day) |
|
| Tabs Page |
|---|
|
| Code Block |
|---|
| from datetime import datetime
year = 2016
month = 8
day = 9
d = datetime(year, month, day) |
|
|
Related articles
| Content by Label |
|---|
| showLabels | false |
|---|
| max | 5 |
|---|
| spaces | ~usa |
|---|
| showSpace | false |
|---|
| sort | modified |
|---|
| reverse | true |
|---|
| type | page |
|---|
| cql | label = "metview-faqs" and label = "date" and type = "page" and space = "UDOC" |
|---|
| labels | kb-how-to-article |
|---|
|