Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
venkatbza
Creator
Creator

How to get unique date format

Hi Friends,

 

how to get unique date format for below attached screen print?

44035779.PNG

Labels (4)
1 Solution

Accepted Solutions
sunny_talwar

Or try this

Date(Alt(Num(DateField), Num(Date#(DateField, 'DD/MM/YYYY')))) as DateField

View solution in original post

4 Replies
OmarBenSalem

have you tried:

date(YourField)

sunny_talwar

Or try this

Date(Alt(Num(DateField), Num(Date#(DateField, 'DD/MM/YYYY')))) as DateField
venkatbza
Creator
Creator
Author

Hi Omar,

 

Thanks for your reply, date() is not working here because in my date column having number format and text format so that's way date() and Date#() is not working. i need a solution like if a column have text format and number then it should convert into one unique date format.

venkatbza
Creator
Creator
Author

Thanks Stalwar, its working.