Error with date filter on Web AppBuilder

477
2
08-01-2023 11:41 AM
HenriqueFSousa
New Contributor

I'm building a Web AppBuilder and I have a 'date' type column in my attribute column. When I configure this field as a filter for the user to choose, the values appear different from what is in the column of type date.
Example below: the date is 01/11/2022 ( on 'date' format) appears correctly when I'm configuring the filter, but when I have to filter the same date in the application, this date appears (it seems that it is converted) to a strange numerical data with 5 zeros at the end. Does anyone know what it could be and how I can fix it? Thanks

Error_DateFilter1.pngError_DateFilter2.png

2 Replies
BrianLeroux
Occasional Contributor III

That is the epoch time which is a unix timestamp. This is purely a guess but maybe it is happening because you are filtering the list values using a previous expression. 

HenriqueFSousa
New Contributor

Hi @BrianLeroux . I tried to put the date filter first, but it's still showing the same error. Also, I tried to change the date format in my attribute table on ArcGIS PRO (image below) but still did not work 😞 

MicrosoftTeams-image (4).png

0 Kudos