Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlik__Vinodh
Partner - Creator II
Partner - Creator II

Date Format Issue

HI Friends,

What is the date format of this date in qlikview.

17-05-10 11:32:45.000000000 AM

if any one knows pls help me

5 Replies
tresesco
MVP
MVP

DD-MM-YY hh:mm:ss.fff TT

jagan
Partner - Champion III
Partner - Champion III


Hi,

The format for this date is

 

=Timestamp(Timestamp#('17-05-10 11:32:45.000000000 AM', 'DD-MM-YY h:m:ss.fff TT'))

Regards,

Jagan.

v_iyyappan
Specialist
Specialist

Hi,

Use like this you will get the above datetime:

=Date(Date#('17-05-10 11:32:45.000000000 AM','DD-MM-YY hh:mm:ss.fff TT'),'DD-MM-YY hh:mm:ss.fffffffff TT')

Regards,

er_mohit
Master II
Master II

The Date format is DD-MM-YY

You can use subfield function for getting only date

try this

Date(Date#( SubField(F3,' ',1))) as Date   //here F3 is 17-05-10 11:32:45.000000000

if you know about the format then it is

DD-MM-YY hh:mm:ss.fff TT

ashwanin
Specialist
Specialist

and still if all above suggestions are not working, then change the date format from Control panel -->Regional office and language. to the format : DD-MMM-YYYY.

rgds

Ashwani