Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
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