What can we help you with?

e.g. Getting Started, Build Dashboards

Why is my date format looking strange?

2 comments

  • Official comment
    Avatar
    Brigham Berry (Edited )

    The date format operators are case sensitive, when you capitalize DD it will give you the day of the year ie: 01-365. A lower case dd will give you the day of the month 01-31.

    Comment actions Permalink
  • Avatar
    Brigham Berry

    Here is a cheat sheet of all the different date operators. The minimum number of digits will correspond to the number of letters you put for example MM will produce a two digit month, dd will give you a two digit day of the month, DDD will give you a three digit day of the year, etc. Separate multiple operators with any symbol such as / or - : MM-dd-YYYY, M/d/YY, dd,MM,YYYY 

    0
    Comment actions Permalink

Please sign in to leave a comment.