Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Date Conversion Issues

hudg16
7 - Meteor

I'm having some issues converting my date format. It is a v_string for reference

hudg16_0-1623273453147.png

The error is

ConvError: DateTime (27): Month1: Cannot convert "30Nov2020" to a date/time with format "DD%bYYYY" and language "English": Expected separator 'DD%bYYYY', got: '30Nov2020' Record #1

 

Any suggestions?

Cheers

3 REPLIES 3
Luke_C
17 - Castor
17 - Castor

@hudg16  Try putting in %d%b%Y 'DD%bYYYY' isn't valid syntax.

apathetichell
20 - Arcturus

ddMonyyyy is another way (which may be clearer) for using the date/time tool - @Luke_C 's suggestion will work as well, and his also works in a formula tool with datetimeparse (ie datetimeparse([date field],"%d%b%Y")

Qiu
21 - Polaris
21 - Polaris

@hudg16 
If we still want to stick on your DateTime Tool we can do it like this.

Capture1C.PNG

https://help.alteryx.com/current/designer/datetime-functions

 

Qiu_0-1623279277498.png

 

Labels
Top Solution Authors