cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Heinrich
Level II

Date format issue when pasting from clipboard as "Paste with Column Names" (Day and Month swapped)

Hi everyone,

I am having trouble pasting data from the clipboard into JMP. My source data uses the European date format (DD.MM.YYYY).

When I paste the data, JMP misinterprets the dates using the US format (MM.DD.YYYY). For example, 04.05.2026 (May 4th) is incorrectly imported as April 5th. This happens for all days below the 13th of a month.  And the column is formated as Nominal. 

Is there a way to permanently force JMP to use the DMY input format for clipboard operations without having to manually fix the column properties or use text import preview every time?

 

Thanks for your help!

3 REPLIES 3
statman
Super User

Re: Date format issue when pasting from clipboard as "Paste with Column Names" (Day and Month swapped)

Re: Date format issue when pasting from clipboard as "Paste with Column Names" (Day and Month swapped)

PredictiveRules
New Member

Re: Date format issue when pasting from clipboard as "Paste with Column Names" (Day and Month swapped)

Hi everyone,

I actually had the same issue before . At one point I had two tensions at the same time — one was this JMP date format problem, and the second was when Fully Reversible UPVC Windows were being installed at my house .

For the JMP issue, what helped me was changing the locale/date preferences so JMP reads dates in DMY format instead of the default US MDY style. Since your column is formatted as Nominal, JMP is probably treating the values as text first and then guessing the format incorrectly during paste.

A workaround that reduced the issue for me was:

  • Change the column modeling type from Nominal to Continuous before pasting

  • Set the input format to DMY manually once

  • Or import as text first and then apply the date format

Sadly, I never found a fully permanent clipboard-only fix either, but adjusting the locale/preferences made it happen far less often.

Hope JMP adds a proper “always use DMY” clipboard option someday :D

Recommended Articles