Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Convert number to date

Hi All,

When I load my data, one of my date columns comes up with numbers instead of actual date eg '41149'. How do I convert this to a date in the load script because when I try to apply the Month(Date) function it brings back null values.

Thanks

H

1 Solution

Accepted Solutions
Not applicable
Author

date(Columnname, 'MM/DD/YYYY') as Date

View solution in original post

2 Replies
Not applicable
Author

date(Columnname, 'MM/DD/YYYY') as Date

Not applicable
Author

thanks