Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
manmadha
Contributor III
Contributor III

Date Picker Issues

Hi 

I am trying to use date picker in my application.  But it is not accepting any field.

 

Kindly help me on that.

Labels (1)
1 Reply
JayKay07
Contributor III
Contributor III

If you are field is timestamp then you need to convert to date only as below in the Load Editor

LOAD 
Date#(Text(Date([FeildName])),'M/D/YYYY') as DatePicker

From....