cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
Choose Language Hide Translation Bar
srk80
Level I

Unable to convert date into monty year format

I have a excel sheet and I would like to tell JMP that it is monthly data. Dates in the format of dd-mm-yyyy. How hard I tried, it is taking dd-yyyy. Any suggestions? 

1 REPLY 1
ZF
ZF
Level III

Re: Unable to convert date into monty year format

Try this formua:

new column("MonthYear", Input Format( "m/y" ), Format( "m/y", 10 ),formula(Date DMY( 1, Month( :ds ), Year( :ds ) )));