Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
can any one please help me
Hi,
try this:
date(Your_date_Feild,'MM/DD/YYYY hh:mm') as Date_Key
Thanks,
AS
Try with
Date(myDate)
let me know
I tried by using that function but its not working and i also used date(date#) but this also not working
can you send a sample qvw?
Hi,
Please, check you date format. Maybe date field is in number format. Change it to Date format using function: Date('Field_name', 'format').
Try this.
Hi,
try this:
date(Your_date_Feild,'MM/DD/YYYY hh:mm') as Date_Key
Thanks,
AS
hi
try this
date(date#(datefield,'MM/DD/YYYY hh:mm') as Date
Hi
you also can try
Timestamp(yourdatefield, 'MM/DD/YYYY hh.mm')
Regards,
Ronny
Thank u amit its working
Please mark this as correct or helpful answer to close the thread.
Thanks,
AS