Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt
hiddentrue

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
directionhorizontal


Tabs Page
titleMacro


Code Block
languagepy
year = 2016
month = 8
day = 9
d = date(10000*year + 100*month + day)



Tabs Page
titlePython


Code Block
languagepy
from datetime import datetime
year = 2016
month = 8
day = 9
d = datetime(year, month, day)





Content by Label
showLabelsfalse
max5
spaces~usa
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "metview-faqs" and label = "date" and type = "page" and space = "UDOC"
labelskb-how-to-article

...