• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

ISO dates

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ISO dates

    Good morning, I was following one of the diaries Old school dates, and thought I had done it correctly but the date on the form is not displaying the date picker. I have attached the different screens showing how I set it up. Is there something else must be set ?

    datepicker.docx

  • #2
    Whoops -- you found a typo in the SQL statement in that blog post! You just need to wrap your TIMESTAMP_FORMAT in DATE(), so it should look like this:

    Code:
    date(timestamp_format(char(cpshpd), 'YYYYMMDD')) as shipdt_iso
    Without the DATE() part it comes through as a timestamp.

    I just corrected the blog post, thanks for the heads-up!
    Last edited by robert.swanson; 06-14-2021, 11:00 AM.

    Comment


    • #3
      Thank you that did the trick.

      Comment

      Working...
      X